Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug related to genbank character limitation #7

Open
JFsanchezherrero opened this issue Mar 9, 2020 · 2 comments
Open

fix bug related to genbank character limitation #7

JFsanchezherrero opened this issue Mar 9, 2020 · 2 comments
Assignees
Labels
bug Something isn't working ToDo Things to do

Comments

@JFsanchezherrero
Copy link
Member

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

@JFsanchezherrero JFsanchezherrero added bug Something isn't working ToDo Things to do labels Mar 9, 2020
@JFsanchezherrero
Copy link
Member Author

I didnt find any suggestion for the Genbank flat file format that states the character limitation.
https://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html

General Specifications
ftp://ftp.ncbi.nih.gov/genbank/gbrel.txt

@JFsanchezherrero
Copy link
Member Author

I asked Tseeman about it and to take into account new genbank recommendations
tseemann/prokka#337 (comment)

@JFsanchezherrero JFsanchezherrero self-assigned this Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ToDo Things to do
Projects
None yet
Development

No branches or pull requests

1 participant