Closed d4straub closed 1 year ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 4e87c65
+| ✅ 155 tests passed |+
#| ❔ 1 tests were ignored |#
!| ❗ 2 tests had warnings |!
So I attempted to merge also template update 2.7.2 which seems to be a major change as well to this pipeline. Due to the removal of params.enable_conda
all QIIME2 modules (which have no conda env) need to be handled deferentially. I followed the example of cellranger.
Updates the template to 2.7.1 The failing linting is a bug of nf-core tools for single-container-modules. edit: update for 2.7.2 see below
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).