mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Added Singularity cache dir
This commit is contained in:
parent
96fd2bf217
commit
b6e2d03a02
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ params {
|
||||||
//Nextflow parameters
|
//Nextflow parameters
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
cacheDir = "/apps/bio/dependencies/nf-core/singularities"
|
||||||
}
|
}
|
||||||
|
|
||||||
profiles {
|
profiles {
|
||||||
|
|
Loading…
Reference in a new issue