mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Updating CCGA configs - adding cache dir and mount points
This commit is contained in:
parent
da2a9047b0
commit
486cdfce5f
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ params {
|
|||
singularity {
|
||||
enabled = true
|
||||
runOptions = "-B /ifs -B /scratch -B /work_beegfs"
|
||||
cacheDir = "/ifs/data/nfs_share/ikmb_repository/singularity_cache/"
|
||||
}
|
||||
|
||||
executor {
|
||||
|
|
|
@ -13,6 +13,7 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
runOoptions = "-B /mnt"
|
||||
}
|
||||
|
||||
executor {
|
||||
|
|
Loading…
Reference in a new issue