Skip to content

Commit

Permalink
Add MultiQC files for merged and filtered VCF files to the pipeline r…
Browse files Browse the repository at this point in the history
…eport
  • Loading branch information
verku committed Oct 13, 2023
1 parent 8de0bbb commit 3035286
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ rule all:


if (config["bam_rmdup_realign_indels"]
or config["merge_vcfs_per_dataset"]
or config["mlRho"]
or config["pca"]
or config["ROH"]
Expand Down
1 change: 1 addition & 0 deletions workflow/report/missingness_filtered_vcf_multiqc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MultiQC report, summarizing statistics for merged and filtered VCF files including {{ snakemake.wildcards.dataset }} samples.
5 changes: 4 additions & 1 deletion workflow/rules/9_merge_vcfs.smk
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,10 @@ rule missingness_filtered_vcf_multiqc:
input:
missingness_filtered_vcf_multiqc_inputs,
output:
stats="results/{dataset}/vcf/" + REF_NAME + "/stats/vcf_merged_missing/multiqc/multiqc_report.html",
stats=report(
"results/{dataset}/vcf/" + REF_NAME + "/stats/vcf_merged_missing/multiqc/multiqc_report.html",
caption="../report/missingness_filtered_vcf_multiqc.rst",
category="VCF file processing",),
params:
indir="results/{dataset}/vcf/" + REF_NAME + "/stats/vcf_merged_missing/",
outdir="results/{dataset}/vcf/" + REF_NAME + "/stats/vcf_merged_missing/multiqc",
Expand Down

0 comments on commit 3035286

Please sign in to comment.