Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBiojava fails to parse Genbank and EMBL format #843
Comments
|
Thank you, @innovate-invent. I've also created an issue for biojava-legacy at biojava/biojava-legacy#50 |
|
hi , i am new to embl format parsing |
Biojava fails to parse
anticodonandtransl_exceptfeature qualifiers when they line wrap.Biojava expects the values to be quoted, this is invalid.
This causes applications like Mauve and Colombo/SigiHMM to emit
and discard large portions of the dataset.
This line is from 15584_genome.embl from Biopython:
The matching line from 15584_genome.embl from Bioperl:
The difference between biopython and bioperl is that bioperl quotes anticodons if they wrap.
Copying NIH statement here for reference. Some messages were removed/edited for brevity.
bioperl/bioperl-live#321