Skip to content
Snippets Groups Projects
Commit 07479b70 authored by maryamghr's avatar maryamghr
Browse files

removed class_dir & class_script params

parent 29767967
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@
"sce_script" : "/g/korbel/meiers/tools/mosaicatcher/strandsequtils/sce_utils/SCE.R",
"samtools" : "samtools",
"bcftools" : "bcftools",
"class_script" : "finalCall_cmd.R",
"class_dir" : "/g/korbel/meiers/tools/mosaicatcher/strandsequtils/maryamCode",
"exclude_file" : "/g/korbel/meiers/tools/mosaicatcher/mosaicatcher/data/exclude/hg19.exclude",
......
......@@ -159,8 +159,6 @@ rule run_sv_classification:
outdir = "sv_probabilities/" + config["sample"] + ".{windows}.{bpdens}/",
out1 = "sv_probabilities/" + config["sample"] + ".{windows}.{bpdens}/allSegCellProbs.table"
params:
class_dir = config["class_dir"],
class_command = "Rscript " + config["class_dir"] + "/" + config["class_script"],
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