Skip to content
Snippets Groups Projects
Commit e7f36802 authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

bugfix: fixes "units" when aggregating multi-sample qc

parent 1ddb554e
No related branches found
No related tags found
1 merge request!2QC under one umbrella (well mostly) under QuaC
......@@ -119,7 +119,7 @@ rule multiqc_aggregation_all_samples:
OUT_DIR / "{sample}" / "qc" / "qc_checkup" / "qc_checkup_overall_summary.yaml",
],
sample=SAMPLES,
unit=[1, 2],
unit=[1],
read=["R1", "R2"],
),
multiqc_config="configs/multiqc_config.yaml",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment