On release, a test called Test successful pipeline download with 'nf-core download' / download (pull_request) is executed and fails.
There seem to be two reasons:
(1) The pipeline doesnt have in all modules a stub:section, therefore using -stub will fail
(2) There is a problem with downloading the QIIME2 image, see here. This works locally and I do not know why it fails in the test.
On release, a test called
Test successful pipeline download with 'nf-core download' / download (pull_request)
is executed and fails.There seem to be two reasons: (1) The pipeline doesnt have in all modules a
stub:
section, therefore using-stub
will fail (2) There is a problem with downloading the QIIME2 image, see here. This works locally and I do not know why it fails in the test.Solutions added here: (1) Implemented https://github.com/nf-core/tools/pull/2846 (2) Added
--skip_qiime
to remove the need for the QIIME2 containerPR 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).