Skip to content

Commit

Permalink
fix: fix typo in set_tmp param
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 21, 2023
1 parent 65ff15a commit ceeb1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import re
import sys
import glob
import datetime
import uuid

## FROM: https://github.com/skchronicles/RNA-seek/blob/main/rna-seek
def rename(filename):
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/somatic_snps.paired.smk
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ rule varscan_paired:
tumorsample = '{samples}',
ver_varscan = config['tools']['varscan']['version'],
rname = 'varscan',
tmpdir = set_tmp(),
set_tmp = set_tmp(),
threads: 4
envmodules:
config['tools']['varscan']['modname'],
Expand Down

0 comments on commit ceeb1bc

Please sign in to comment.