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

Fix log filenames

parent 2dd074ab
No related branches found
No related tags found
1 merge request!12Split pindel detection in 20mb windows
......@@ -60,8 +60,8 @@ rule mergepindelbatches:
output:
"{batch}/pindel/pindel_{chrom}_{svtype}.gz"
log:
stdout = "{batch}/logs/pindel/{chrom}.o",
stderr = "{batch}/logs/pindel/{chrom}.e",
stdout = "{batch}/logs/pindel/{chrom}_{svtype}.o",
stderr = "{batch}/logs/pindel/{chrom}_{svtype}.e",
threads:
1
shell:
......
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