Skip to content

Commit 766e651

Browse files
author
Sergey Koren
committed
force-set the path to local cache for the assembly, fixes #357
1 parent 78f5152 commit 766e651

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/verkko.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ echo > ${outd}/snakemake.sh "#!/bin/sh"
14581458
echo >> ${outd}/snakemake.sh ""
14591459
echo >> ${outd}/snakemake.sh "echo \"Launching $version\""
14601460
echo >> ${outd}/snakemake.sh "echo \"Using snakemake $svmaj.$svmin.$svpat.\""
1461+
echo >> ${outd}/snakemake.sh "export XDG_CACHE_HOME=\"\$PWD/.cache\""
14611462
echo >> ${outd}/snakemake.sh ""
14621463
echo >> ${outd}/snakemake.sh "snakemake ${target} --nocolor \\"
14631464
echo >> ${outd}/snakemake.sh " --directory . \\"

0 commit comments

Comments
 (0)