You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a previous commit, I fixed a bug related to the genbank character limitation of the locus tag that collides the sample name, scaffold and length.
'XXXXX_YYYYYY_229157' generated an exception: Name and length collide in the LOCUS line:
LOCUS XXXXX_YYYYYY_229157_10106259 bp DNA linear 06-MAR-2020
After some googling, this bug (tseemann/prokka#337) appeared where Tseemann already stated the bug and limitations. We set as to 37 character the max length to the fasta headers.
See commit: 26164b5 for details.
Apparently, the bug is still in there and some modifications should be addressed
The text was updated successfully, but these errors were encountered:
In a previous commit, I fixed a bug related to the genbank character limitation of the locus tag that collides the sample name, scaffold and length.
After some googling, this bug (tseemann/prokka#337) appeared where Tseemann already stated the bug and limitations. We set as to 37 character the max length to the fasta headers.
See commit: 26164b5 for details.
Apparently, the bug is still in there and some modifications should be addressed
The text was updated successfully, but these errors were encountered: