Closed nh13 closed 3 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 01415c7
+| ✅ 170 tests passed |+
#| ❔ 8 tests were ignored |#
!| ❗ 1 tests had warnings |!
These all work as expected for me.
OUTDIR=[/path/to/output]
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--duplex_seq false \
--filter_min_reads 1
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--duplex_seq false \
--filter_min_reads "'1'"
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--duplex_seq false \
--call_min_reads "'1'"
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--duplex_seq false \
--call_min_reads 1
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--filter_max_base_error_rate 0.5
nextflow run main.nf \
-profile test,docker \
-resume \
--outdir ${OUTDIR} \
--filter_max_base_error_rate "'0.5'"
Fixes #62
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).