Closed Daniel-VM closed 5 months ago
nf-core lint
overall result: Passed :white_check_mark:Posted for pipeline commit 7b66a5e
+| ✅ 196 tests passed |+
#| ❔ 4 tests were ignored |#
Many thanks @d4straub ! Your suggestions have been very helpful. I have also added fixes because custom_multiqc
wasn't working propertly after merging into dev
.
PR checklist
nf-core lint
).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 introduces significant enhancements to the nf-core/bacass pipeline by incorporating a KmerFinder subworkflow and improving Quast Assembly QC and MultiQC reports.
Key Implementations:
KmerFinder Subworkflow:
Quast Assembly QC by Grouping Samples:
Custom MultiQC Reports:
multiqc_config.yml
files for short, long, and hybrid assembly modes.Closes #109
RUN TESTS
Test of this PR can be run via:
nextflow run main.nf -profile test_full,docker --outdir results
or