Skip to content

Commit 453a2bc

Browse files
committed
fix stub
1 parent fe8afa9 commit 453a2bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/nf-core/snakemake/main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ process SNAKEMAKE {
3333
${cores} \\
3434
--snakefile ${snakefile}
3535
"""
36+
export XDG_CACHE_HOME=\$PWD/snakemake_cache
37+
mkdir -p \$XDG_CACHE_HOME
3638

3739
stub:
3840
def args = task.ext.args ?: ''

0 commit comments

Comments
 (0)