diff --git a/Snakefile b/Snakefile index 0d9bede78557ae2db679a3156d159bdbbd1cd765..7a54ee92fd59ea8470f0bd6590a1db7a30644087 100644 --- a/Snakefile +++ b/Snakefile @@ -108,6 +108,7 @@ rule simulate_counts: -U {output.segments} \ -P {output.phases} \ -S {output.sce} \ + --sample-name simulation{wildcards.seed}-{wildcards.window_size} \ {input.config} > {log} 2>&1 """