Skip to content
Snippets Groups Projects
Commit 0b45cbf3 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Fixed log file

parent 409c7ecb
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ rule run_sv_classification:
outdir = "sv_probabilities/" + config["sample"] + ".{windows}.{bpdens}/",
out1 = "sv_probabilities/" + config["sample"] + ".{windows}.{bpdens}/allSegCellProbs.table"
log:
"run_sv_classification.{windows}.{bpdens}.txt"
"log/run_sv_classification.{windows}.{bpdens}.txt"
params:
windowsize = lambda wc: wc.windows.split("_")[0]
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