Closed LysianeBouchard closed 1 month ago
Bump the version with the following command: nf-core bump-version "v2.1.0dev"
nf-core bump-version "v2.1.0dev"
I manually corrected the example commands in the README.md and USAGE.md documentation. I also manually updated CHANGELOG.md.
I run the linter and did not see any new warning caused by the changes.
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
nextflow run . -profile debug,test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
docs/reference_data.md
CHANGELOG.md
README.md
Bump the version with the following command:
nf-core bump-version "v2.1.0dev"
I manually corrected the example commands in the README.md and USAGE.md documentation. I also manually updated CHANGELOG.md.
I run the linter and did not see any new warning caused by the changes.
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.docs/reference_data.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).