Skip to content
Snippets Groups Projects
Commit 9d265049 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix for snakemake >= 5.0

parent 3fc63cf8
No related branches found
No related tags found
1 merge request!12Split pindel detection in 20mb windows
......@@ -69,8 +69,8 @@ rule bamindex:
threads:
1
log:
stdout = "logs/mapindex_{sample}.o",
stderr = "logs/mapindex_{sample}.e"
stdout = "logs/mapindex_{sample}_{folder}.o",
stderr = "logs/mapindex_{sample}_{folder}.e"
shell:
"samtools index {input}; "
"samtools flagstat {input} > {output.summary}"
......
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