Closed Daniel-VM closed 2 months ago
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
CHANGELOG.md
README.md
Minor fix for the kmerfinder-related script and increased resources to avoid memory issues.
Test of this PR can be run via: nextflow run main.nf -profile test_full,docker --outdir results
nextflow run main.nf -profile test_full,docker --outdir results
or
nextflow run main.nf \ -profile test,docker \ --skip_kmerfinder false \ --kmerfinderdb 'https://zenodo.org/records/10458361/files/20190108_kmerfinder_stable_dirs.tar.gz?download=1' \ --ncbi_assembly_metadata 'https://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/assembly_summary_refseq.txt' \ --outdir results
Posted for pipeline commit 3e9cf3f
+| ✅ 198 tests passed |+ #| ❔ 2 tests were ignored |#
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).PR description
Minor fix for the kmerfinder-related script and increased resources to avoid memory issues.
Run test
Test of this PR can be run via:
nextflow run main.nf -profile test_full,docker --outdir results
or