Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 19, 2024
1 parent 73551fd commit d4854b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/work/genes/decipher.smk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rule genes_decipher_hi_convert: # -- convert DECIPHER HI predictions to TSV
set -x
export TMPDIR=$(mktemp -d)
#trap "rm -rf $TMPDIR" EXIT
trap "rm -rf $TMPDIR" EXIT
echo -e "gene_symbol\tp_hi\thi_index" > $TMPDIR/tmp.tsv
Expand Down

0 comments on commit d4854b8

Please sign in to comment.