Skip to content
Snippets Groups Projects
Commit 3a1101c5 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update Snakefile

parent dba208e9
No related branches found
No related tags found
No related merge requests found
Pipeline #211778 failed
......@@ -57,7 +57,7 @@ def which_analysis():
)
if config["get_contig_pos"] == "True": # Contig position in chromosomes figure
analysis_inputs.append(
expand("output/hap.contig/{haplotype}.contig.png", haplotype=SAMPLES)
expand("output/hap.contig/{haplotype}.contig.png", haplotype=CHRLIST)
)
return analysis_inputs
......
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