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

Use GNU-parallel to run prodigal faster #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mruehlemann
Copy link

Much faster, especially for large complex metagenomes

@tseemann tseemann self-assigned this Oct 3, 2019
@tseemann
Copy link
Owner

tseemann commented Oct 3, 2019

@mruehlemann the problem with this is that you do not want to do it when using isolate genomes because the gene models will be much worse when trained on only 100kbp of sequence.

for metagenome it does make sense, but you probably would want to ensure every chunk had some big contigs to ensure the training was good. even better is to chunk by MAGs. another option is to collect the biggest contigs, train prodigal on those, then use that model (in parallel like you did) on the chunks.

I think these are ideas I plan to put in mokka https://github.com/tseemann/mokka

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

Successfully merging this pull request may close these issues.

None yet

2 participants