-
Notifications
You must be signed in to change notification settings - Fork 417
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
Add VCF QC #522
Add VCF QC #522
Conversation
@@ -63,13 +63,18 @@ workflow RUN_STRELKA_SINGLE { | |||
strelka_genome_vcf.no_intervals, | |||
strelka_vcf.no_intervals) | |||
|
|||
strelka_vcf_out = strelka_vcf.map{ meta, vcf -> |
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.
@maxulysse I was thinking like so
@maxulysse there is a problem with intervals files that showed up in the MQC report. I started working on it a tiny bit but realised that it should better go in a separate PR |
Results of running nf-core lint locally:
|
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.
Wonderful
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).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).