genomeannotation / GAG

Generates an NCBI .tbl file of annotations on a genome.
MIT License
64 stars 20 forks source link

Dbxref #164

Closed hyphaltip closed 7 years ago

hyphaltip commented 8 years ago

It seems like the xrefs should be written as db_xref not Dbxref. I get this error:

[tbl2asn] ERROR: Unknown qualifier 'Dbxref',

but after perl -i -p -e 's/Dbxref/db_xref/' genome.tbl no errors from tbl2asn on this front.