mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix for singularity cache for vsc_ugent profile
This commit is contained in:
parent
98eacf030d
commit
b6d38859f0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ singularity {
|
||||||
}
|
}
|
||||||
|
|
||||||
env {
|
env {
|
||||||
SINGULARITY_CACHEDIR=$scratch_dir/.singularity
|
SINGULARITY_CACHEDIR="$scratch_dir/.singularity"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define profiles for each cluster
|
// Define profiles for each cluster
|
||||||
|
|
Loading…
Reference in a new issue