Skip to content

Commit

Permalink
fix tmpdir errors in report
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Mar 4, 2024
1 parent 2dfb5fa commit 255e7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/score_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ process SCORE_REPORT {
def args = task.ext.args ?: ''
run_ancestry = params.run_ancestry ? true : false
"""
export TMPDIR=/tmp # tmpdir must always be writable
echo $workflow.commandLine > command.txt
echo "keep_multiallelic: $params.keep_multiallelic" > params.txt
echo "keep_ambiguous : $params.keep_ambiguous" >> params.txt
Expand Down

0 comments on commit 255e7b5

Please sign in to comment.