-
Notifications
You must be signed in to change notification settings - Fork 18
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 translation tables #57
Comments
The github HEAD now supports NCBI translation table 1 through 5. If you need rarer tables, let me know. |
Thank you very much for the quick implemenation! I would need rarer tables as I am studying ciliates genome (for example, tables 27, 29 and 30). I transformed all ncbi genetic tables in the format used in nasw-tab.c (AAA,AAC... order) in case it may be useful ( |
Added. Thank you so much! |
Wow, thank you so much again for the speed. However there is one slight issue. If you use -T 6 it says "[ERROR] failed to find translation table 6" but it should be there. The same happens for -T 33. I guess there is a problem with indexing (it seems that to use table 6 you need to input -T 5). Indeed if you run -T 8 (which should return error), it works, I guess using table 9. |
That is a bug. Now fixed. Thanks! |
Hi @lh3! Can you add support for translation table 25? Thanks! |
it should be there |
Hello!
I was wondering if it would be possible to add a feature to miniprot to use different non-standard genetic codes to use during the translation of the reference genome step. It would be extremely useful to annotate genes in certain lineages
Thank you very much for the amazing tool!
The text was updated successfully, but these errors were encountered: