-
Notifications
You must be signed in to change notification settings - Fork 15
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
Multiqc #88
Multiqc #88
Conversation
USe samtools depth instead of coverage
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.
Nice job. A question can the general statistics be split in sections for each of the major subworkflows? So that when the user browses the report they can see if the statistics are before/after imputation.
Hi @atrigila ! run_modules:
- "samtools"
- "bcftools"
top_modules:
- "samtools"
- "bcftools":
name: "BCFtools (original VCF)"
info: "BCFtools stats of original files"
path_filters:
- "*.panel.bcftools_stats.txt"
- "*.truth.bcftools_stats.txt"
- "bcftools":
name: "BCFtools (imputed VCF)"
info: "BCFtools stats of imputed files"
path_filters:
- "*.glimpse1.bcftools_stats.txt"
- "*.glimpse2.bcftools_stats.txt"
- "*.stitch.bcftools_stats.txt"
- "*.quilt.bcftools_stats.txt" This does separate the section by step but the general statistic table is then messed up. |
Improve the output of multiqc and add more statistics.
nf-core 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).