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

An NCBI change to the Genbank file format breaks table annoations #10

Open
stuber opened this issue Nov 19, 2020 · 0 comments
Open

An NCBI change to the Genbank file format breaks table annoations #10

stuber opened this issue Nov 19, 2020 · 0 comments

Comments

@stuber
Copy link
Contributor

stuber commented Nov 19, 2020

The annotation issue is being cause by this join notation being used in the gbks. For example the line:
complement(join(4727880..4728107,1..738))
Annotation works if the join is removed. Making the above:
complement(4727880..4728107)

When fixing this, search the gbk on the keyword join to also find lines such as this:
join(4727880..4728107,1..738)
This line will also break table annotation.
Simply deleting the line from the gbk will make the fix.

Be aware that these "fixes" will cause regions of the genome to not be identified, however this should be a very small amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant