Closed d4straub closed 11 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit d0786b7
+| ✅ 154 tests passed |+
#| ❔ 3 tests were ignored |#
!| ❗ 2 tests had warnings |!
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?
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 https://github.com/nf-core/ampliseq/issues/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).