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
This PR attemps to fix corrupted Zenodo Link of Kmerfinder database (fixed version here: https://zenodo.org/records/13447056).
nextflow run main.nf \ -profile docker,test \ --outdir ./results \ --assembler 'unicycler' \ --assembly_type 'short' \ --skip_kmerfinder false \ --kmerfinderdb 'https://zenodo.org/records/13447056/files/20190108_kmerfinder_stable_dirs.tar.gz' \ --ncbi_assembly_metadata 'https://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/assembly_summary_refseq.txt' \ --skip_annotation -resume
Related #155
Posted for pipeline commit 82adb62
+| ✅ 198 tests passed |+ #| ❔ 2 tests were ignored |#
Thanks @jfy133 🙌🏾
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
This PR attemps to fix corrupted Zenodo Link of Kmerfinder database (fixed version here: https://zenodo.org/records/13447056).
Command to test it
Related #155