mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Update conf/pipeline/sarek/uppmax.config
Co-Authored-By: Phil Ewels <phil.ewels@scilifelab.se>
This commit is contained in:
parent
2144a1dc04
commit
9b897345da
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ params {
|
||||||
|
|
||||||
if (hostname ==~ "i.*") {
|
if (hostname ==~ "i.*") {
|
||||||
singularity {
|
singularity {
|
||||||
cacheDir = "${params.containers_path}"
|
cacheDir = params.containers_path
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue