Skip to content
Snippets Groups Projects

Accept only-one-sample per project as input to QuaC

Merged Manavalan Gajapathy requested to merge minor_fixes_1.0 into master
2 files
+ 3
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -124,13 +124,11 @@ rule mosdepth_plot:
protected(OUT_DIR / "project_level_qc" / "mosdepth" / "mosdepth.html"),
message:
"Running mosdepth plotting"
params:
infiles=lambda wildcards: str(OUT_DIR / f"{{{','.join(SAMPLES)}}}" / "qc" / "mosdepth" / "*.mosdepth.global.dist.txt"),
shell:
r"""
python {input.script} \
--output {output} \
{params.infiles}
{input.dist}
"""
Loading