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

different result comparing to prokka #235

Closed
zzsunday opened this issue Sep 3, 2023 · 1 comment
Closed

different result comparing to prokka #235

zzsunday opened this issue Sep 3, 2023 · 1 comment
Labels
question Further information is requested

Comments

@zzsunday
Copy link

zzsunday commented Sep 3, 2023

hello, something strange happens.
when I use prokka(prokka version 1.14.6) to annotate, the result showed that the position from 49243 to 50055 is entire CDS. but, when I using bakta( bakta version 1.7.0) , it truncate the entire CDS into two different CDS. I also do it by blast, the result showed that the 49243 to 50055 100% match to a specific gene.

attached files is :
prokka.gff : prokka result
bakta.gff : bakta result
ndm5.out: blastn result
19D44.fasta: sequence to annotate(query sequence)
ndm5.fasta: the ndm5 gene sequence
Archive.zip

@zzsunday zzsunday added the bug Something isn't working label Sep 3, 2023
@zzsunday zzsunday changed the title different result from prokka different result comparing to prokka Sep 5, 2023
@oschwengers oschwengers added question Further information is requested and removed bug Something isn't working labels Sep 14, 2023
@oschwengers
Copy link
Owner

Hi @zzsunday, this is the case because Prokka und Bakta usedifferent gene prediction tools. Prokka uses Prodigal whereas Bakta uses Pyrodigal - a successor to Prodigal which has a few bugs fixed and thus produces slightly different gene predictions as described in althonos/pyrodigal#42

I hope I could answer your question and close this for now. Please, do not hesitate to re-open it in any case.

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

No branches or pull requests

2 participants