-
Notifications
You must be signed in to change notification settings - Fork 57
Add multiqc for metaphlan #600
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
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.
You need to specify metaphlan in the MuktiQC config file too, and possibly document in output.md if we do that. Otherwise also please check the verisio of multiqc we have supports it...
We have |
Should be good then! Latest is 1.28 but MetaPhlAn was added before then 👍 So just the confugration in the MQC config file then and possibly docs :) |
Docs and configuration updated. |
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.
Testing manually myself and it looks good to me, and is following our conventions in MultiQC report (e.g. no columns in general stats from profilers)
Only thing missing is the CHANGELOG entry (thanking @harper357 as usual)
You can ignore all the |
@nf-core-bot fix linting |
Closes #597
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).