SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Problems parsing the LOCUS line in GenBank files #569

Closed cjmyers closed 5 years ago

cjmyers commented 5 years ago

Historically the LOCUS line has elements in fixed positions (see gbrel.txt

However, this is not true in general anymore, so some files that have elements positioned differently are not getting converted correctly. See pMSB-6_EBE_AvrBs3.gbk in ysx004.zip

Therefore, should change the GenBank parser to be token based instead.

cjmyers commented 5 years ago

Fixed