File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ if not EXOME_MODE:
4141rule all :
4242 input :
4343 ##### ancestry and relatedness #####
44- # # somalier
45- # OUT_DIR / "project_level_qc" / "somalier" / "relatedness" / "somalier.html",
44+ # somalier
45+ OUT_DIR / "project_level_qc" / "somalier" / "relatedness" / "somalier.html" ,
4646 # OUT_DIR / "project_level_qc" / "somalier" / "ancestry" / "somalier.somalier-ancestry.html",
4747 ##### coverage #####
4848 # samtools
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ rule multiqc_aggregation_all_samples:
189189 [get_priorQC_filepaths (sample , SAMPLES_CONFIG ) for sample in SAMPLES_CONFIG .keys ()] if INCLUDE_PRIOR_QC_DATA else [],
190190 expand (
191191 [
192- # OUT_DIR / "project_level_qc" / "somalier" / "relatedness" / "somalier.html",
192+ OUT_DIR / "project_level_qc" / "somalier" / "relatedness" / "somalier.html" ,
193193 # OUT_DIR / "project_level_qc" / "somalier" / "ancestry" / "somalier.somalier-ancestry.html",
194194 OUT_DIR / "{sample}" / "qc" / "samtools-stats" / "{sample}.txt" ,
195195 OUT_DIR / "{sample}" / "qc" / "qualimap" / "{sample}" / "qualimapReport.html" ,
You can’t perform that action at this time.
0 commit comments