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

--trans_table parameter not working as expected #398

Open
m-taubert opened this issue Feb 26, 2025 · 0 comments
Open

--trans_table parameter not working as expected #398

m-taubert opened this issue Feb 26, 2025 · 0 comments

Comments

@m-taubert
Copy link

Hi,

I recently wanted to use DRAM to annotate genomes of Gracilibacteria that use a non-standard translation table. I specified the translation table via DRAM.py annotate [...] --trans_table 25, however, the results I got were still based on the standard (table 11). By doing some troubleshooting with running prodigal alone, I found out that prodigal ignores the specified translation table when the meta mode is specified.

So, this seems to be a prodigal issue rather than a DRAM issue. However, DRAM calls prodigal in meta mode by default and still allows a selection of a translation table via --trans_table (which won't be used). This will trick users into believing a non-default translation table was used, when in fact, it wasn't. Hence I think it's worth highlighting it here. The obvious work-around is to run DRAM with --prodigal_mode single (which has the downside of not using contigs below 3 kb).

Best

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