We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8afa9 commit 453a2bcCopy full SHA for 453a2bc
modules/nf-core/snakemake/main.nf
@@ -33,6 +33,8 @@ process SNAKEMAKE {
33
${cores} \\
34
--snakefile ${snakefile}
35
"""
36
+ export XDG_CACHE_HOME=\$PWD/snakemake_cache
37
+ mkdir -p \$XDG_CACHE_HOME
38
39
stub:
40
def args = task.ext.args ?: ''
0 commit comments