-
Notifications
You must be signed in to change notification settings - Fork 117
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
Greengenes2 2022.10 Support #666
Conversation
…d to emit result to stdout.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR! I do have a few comments.
Did you test running with the greengene2 database that way?
I assume its by far too large to run it in a test config?
Do you have any intention to finish that PR? I am asking because a release might be due again and having that feature in would be nice, I think. |
I am running the pipeline now with Update: 19 hours in, Update2: Well, the pipeline does fail with standard settings as described above even after 3 retries. Now increasing resources and resume. Resource monitor says that step indeed uses only 1 cpu and basically no RAM, will see how that goes, 3 days time limit for now... Update4: |
@MatthewJM96 I did test the pipeline and |
With the updated settings the pipeline requires with command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implemented support for greengenes2 database, version 2022.10 for QIIME taxonomic classification via the --qiime_ref_taxonomy flag. This database has been used in work we have engaged in, and is a lowcost addition.
Addresses #658
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.CHANGELOG.md
is updated.