-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add two parameters for taxonomic classification with DADA2 #681
Add two parameters for taxonomic classification with DADA2 #681
Conversation
|
Hi @erikrikarddaniel , I added here a parameter to allow multiple exact matches, I could not see anywhere trouble. However, could there be any consequences to SBDI? |
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.
👍
Since the default is to keep the old behaviour, I can't see any problem with this.
Thanks! |
--dada_addspecies_allowmultiple
: Defines the behavior when multiple exact matches against different species are returned. By default only unambiguous identifications are returned. If TRUE, a concatenated string of all exactly matched species is returned.--dada_taxonomy_rc
: Reverse-complement of each sequences will be used for classification if it is a better match to the reference sequences than the forward sequence.usage.md
to explain that--dada_taxonomy_rc
is recommended with--dada_ref_taxonomy gtdb
according to https://zenodo.org/records/4735821:--kraken2_confidence
because it was always showing up as changed even if it was default.Closes #670
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).