Skip to content

Commit

Permalink
use $meta_tmp_dir
Browse files Browse the repository at this point in the history
Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
sainirmayi and rcannood authored Jan 31, 2024
1 parent 14fc14c commit aedb01d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/featurecounts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
## VIASH START
## VIASH END

if [[ $par_tmpdir ]] && [[ ! -d "$par_tmpdir" ]]; then
mkdir -p $tmpDir
fi
tmp_dir=$(mktemp -d -p "$meta_temp_dir" "${meta_functionality_name}_XXXXXXXXX")

if [[ $par_r_path ]] && [[ ! -d "$par_r_path" ]]; then
mkdir -p $par_r_path
Expand Down

0 comments on commit aedb01d

Please sign in to comment.