-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of KmerFinder subworkflow Custom Quast, and Custom MultiQC Reports #135
Conversation
…into buisciii-develop
… buisciii-develop
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, seems really great (but unfortunately no time to properly run a test).
I have a few comments, most of them only typo.
Many thanks @d4straub ! Your suggestions have been very helpful. I have also added fixes because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
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:
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