mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Updated path to centralised singularity cache
This commit is contained in:
parent
b4e8e271be
commit
3da1373c14
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
cacheDir = "/projects1/users/$USER/nextflow/nf_cache/singularity/"
|
||||
cacheDir = "/projects1/singularity_scratch/cache/"
|
||||
}
|
||||
|
||||
process {
|
||||
|
|
Loading…
Reference in a new issue