Changeset 488


Ignore:
Timestamp:
Nov 27, 2007, 6:21:09 PM (16 years ago)
Author:
dominic
Message:

updated exporter with comments for base 2.5 inhritance support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/uk/ac/ebi/Tab2MageExporter/src/uk/ac/ebi/nugo/plugins/Tab2MageExporter.java

    r487 r488  
    352352                Please use the line below instead of the one above for base 2.5 API to get inherited annotation types.
    353353              Annotation an = annotationSet.findAnnotations(exprFactor);
     354              List<Annotation> findAnnotations(dc, exprFactor, true);
     355              Loop through the list.....needs more check
    354356              */
    355357             
    356               if (an!=null) //exprFactor has annotations
     358              if (an!=null) //exprFacor has annotations
    357359              {
    358360                List<?> values=  an.getValues();
Note: See TracChangeset for help on using the changeset viewer.