Changeset 22700
- Timestamp:
- 03/09/10 13:07:28 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/webapp/src/org/intermine/bio/web/export/GFF3Util.java
r22539 r22700 34 34 35 35 /** 36 * Create a GFF3Record from a LocatedSequenceFeature.36 * Create a GFF3Record from a SequenceFeature. 37 37 * 38 * @param lsf the LocatedSequenceFeature38 * @param lsf the SequenceFeature 39 39 * @param soClassNameMap a Map from FlyMine class names to SO term names 40 40 * @param sourceName the name of the data source encoded in the GFF, so the name of your project … … 87 87 if (type == null) { 88 88 throw new IllegalArgumentException("argument to makeGFF3Record isn't a " 89 + " LocatedSequenceFeature");89 + "SequenceFeature"); 90 90 } 91 91
Note: See TracChangeset
for help on using the changeset viewer.
