Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinha committed May 14, 2019
1 parent d1d200d commit ea93a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions combineSvabaTitan.snakefile
Expand Up @@ -75,7 +75,7 @@ rule plotSVABAandTITAN:
titanSegFile=lambda wildcards: getTITANpath(config["titan_results"], wildcards.tumor, ".titan.ichor.seg.noSNPs.txt"),
titanParamFile=lambda wildcards: getTITANpath(config["titan_results"], wildcards.tumor, ".params.txt")
output:
"results/plotSVABAandTITAN/{tumor}_CNA-SV-BX_{type}_chr{chr}.{format}"
"results/plotSVABAandTITAN/{tumor}/{tumor}_CNA-SV-BX_{type}_chr{chr}.{format}"
params:
plotSVCNscript=config["plotSVCN_script"],
tenXfuncs=config["tenX_funcs"],
Expand All @@ -95,7 +95,7 @@ rule plotSVABAandTITAN:
size=config["plot_size"],
format=config["plot_format"]
log:
"logs/plotSVABAandTITAN/{tumor}/{tumor}_CNA-SV-BX_{type}_{chrs}.{format}.log"
"logs/plotSVABAandTITAN/{tumor}/{tumor}_CNA-SV-BX_{type}_chr{chr}.{format}.log"
shell:
"Rscript {params.plotSVCNscript} --id {wildcards.tumor} --tenX_funcs {params.tenXfuncs} --svaba_funcs {params.svabafuncs} --plot_funcs {params.plotfuncs} --titan_libdir {params.libdir} --svFile {input.svabaVCF} --titanBinFile {input.titanBinFile} --titanSegFile {input.titanSegFile} --titanParamFile {input.titanParamFile} --chrs \"{params.chrs}\" --genomeBuild {params.genomeBuild} --genomeStyle {params.genomeStyle} --cytobandFile {params.cytobandFile} --start {params.start} --end {params.end} --zoom {params.zoom} --plotYlim \"{params.ylim}\" --geneFile {params.geneFile} --plotCNAtype {params.type} --plotSize \"{params.size}\" --outPlotFile {output} > {log} 2> {log}"

Expand Down

0 comments on commit ea93a3d

Please sign in to comment.