-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue 162 add assembler qc report #167
Issue 162 add assembler qc report #167
Conversation
|
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.
I think the module would be a good addition to the nf-core set of modules. A little more work, as you're required to provide tests, but usually worth it.
I have a question regarding whether the TRANSRATE
module should unzip or not, see comment in the code. If the tool can be made to read gzipped files, that would be best, if not, let it take an unzipped file and feed it with the output from the UNPIGZ_CONTIGS
module.
Adopting input change to transrate. Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
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.
Looks fine. Just a tiny comment.
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.
LGTM
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).README.md
is updated (including new tool citations and authors/contributors).Comments
Added a module for transrate, which is a simple way to create some quality control metrics for an assembly file. The CSV transrate generates is then included in the final MultiQC, which has some minor formatting adjustments included in
assets/multiqc_config.yml
.Further changes may be useful to this MultiQC formatting.