Changes between Version 53 and Version 54 of GettingStarted
- Timestamp:
- 16/11/09 14:47:40 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v53 v54 454 454 gff3.handlerClassName = org.intermine.bio.dataconversion.MalariaGFF3RecordHandler 455 455 }}} 456 * Look at the `MalariaGFF3RecordHandler` class in `bio/sources/example-sources/malaria-gff/main/src/org/intermine/bio/dataconversion`. Here we need to changewhich 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. 457 457 {{{ 458 458 > less ~/svn/dev/bio/sources/example-sources/malaria-gff/main/src/org/intermine/bio/dataconversion/MalariaGFF3RecordHandler.java
