Changes between Version 2 and Version 3 of BioPerlRoundTripSecondPass
- Timestamp:
- 2008/02/13 12:20:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioPerlRoundTripSecondPass
v2 v3 21 21 * The downloaded sequence file was mysteriously mangled. New file uploaded. Parser works. 22 22 * '''Note:''' EMBL format does not have a separate name any more. The primary accession number is now the name on the ID line. 23 * MAJOR: OX line for !TaxId is lost 23 * ~~MAJOR: OX line for !TaxId is lost~~ 24 * An other error caused by the mangled entry 25 * The FT key '''source''' contains qualifier db_xref to the taxon 24 26 * minor: only the actual date on the DT (date) line is kept, release information and document version is lost. 25 27 * '''Note:''' We now track only the sequence version from the ID line, not the document version from the second DT line. 26 * '''Note:''' BioSQL can store both versions. Should we update the BioPerl Bio::Seq::RichSeqI API to have document version, too?28 * '''Note:''' BioSQL can store both versions. Should we update the !BioPerl Bio::Seq::RichSeqI API to have document version, too? 27 29 {{{ 28 30 DT 27-FEB-1998 (Rel. 54, Created) … … 46 48 47 49 * MAJOR: SOURCE line adds full stop to the end of the line (following old genbank conversion?) 48 * minor: line BASE not present in recent genbank file, still generated by bioperl50 * minor: line BASE not present in recent genbank file, still generated by !BioPerl 49 51 * minor: features are not returned in order 50 52