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: ...@@ -60,8 +60,8 @@ rule mergepindelbatches:
output: output:
"{batch}/pindel/pindel_{chrom}_{svtype}.gz" "{batch}/pindel/pindel_{chrom}_{svtype}.gz"
log: log:
stdout = "{batch}/logs/pindel/{chrom}.o", stdout = "{batch}/logs/pindel/{chrom}_{svtype}.o",
stderr = "{batch}/logs/pindel/{chrom}.e", stderr = "{batch}/logs/pindel/{chrom}_{svtype}.e",
threads: threads:
1 1
shell: 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