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

Remove bad wildcard

parent 16f1c496
No related branches found
No related tags found
1 merge request!12Split pindel detection in 20mb windows
......@@ -62,8 +62,8 @@ rule mergepindelbatches:
INV="{batch}/pindel/pindel_{chrom}_INV.gz",
TD="{batch}/pindel/pindel_{chrom}_TD.gz"
log:
stdout = "{batch}/logs/pindel/{chrom}_{svtype}.o",
stderr = "{batch}/logs/pindel/{chrom}_{svtype}.e",
stdout = "{batch}/logs/pindel/{chrom}.o",
stderr = "{batch}/logs/pindel/{chrom}.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