Skip to content

Commit

Permalink
Merge branch 'drop-report-aggregation' into fix-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Feb 28, 2024
2 parents 0af97f8 + cc18006 commit fbf9b84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/local/score_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ process SCORE_REPORT {
def args = task.ext.args ?: ''
run_ancestry = params.run_ancestry ? true : false
"""
export DENO_DIR=\$(mktemp -d)
export XDG_CACHE_HOME=\$(mktemp -d)
cp $projectDir/assets/report/report.qmd .
mkdir quartotempdir
export DENO_DIR=\$(mktemp -d --tmpdir=quartotempdir)
export XDG_CACHE_HOME=\$(mktemp -d --tmpdir=quartotempdir)
echo $workflow.commandLine > command.txt
echo "keep_multiallelic: $params.keep_multiallelic" > params.txt
Expand Down

0 comments on commit fbf9b84

Please sign in to comment.