Closed d4straub closed 4 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 0a612fe
+| ✅ 285 tests passed |+
#| ❔ 6 tests were ignored |#
!| ❗ 1 tests had warnings |!
But now I notice one of the tests fails...
Indeed, I made a mistake with taxlevels
, only true
was forwarded instead of the actual string, should be fixed now.
Fix for https://github.com/nf-core/ampliseq/issues/767: Reference taxonomy database values were not properly validated in versions 2.9.0 and 2.10.0 Update docs for removed UNITE databases for QIIME2 in https://github.com/nf-core/ampliseq/pull/766.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).