Changes between Version 53 and Version 54 of GettingStarted

Show
Ignore:
Author:
rns (IP: 131.111.146.104)
Timestamp:
16/11/09 14:47:40 (10 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v53 v54  
    454454   gff3.handlerClassName = org.intermine.bio.dataconversion.MalariaGFF3RecordHandler 
    455455   }}} 
    456  * Look at the `MalariaGFF3RecordHandler` class in `bio/sources/example-sources/malaria-gff/main/src/org/intermine/bio/dataconversion`.  Here we need to change which fields the `ID` and `Name` attributes from the GFF file have been assigned to. 
     456 * Look at the `MalariaGFF3RecordHandler` class in `bio/sources/example-sources/malaria-gff/main/src/org/intermine/bio/dataconversion`.  This code changes which fields the `ID` and `Name` attributes from the GFF file have been assigned to. 
    457457{{{ 
    458458> less ~/svn/dev/bio/sources/example-sources/malaria-gff/main/src/org/intermine/bio/dataconversion/MalariaGFF3RecordHandler.java