1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Merge pull request #66 from marchoeppner/ccga-config

Updating CCGA configs - adding cache dir and mount points
This commit is contained in:
Alexander Peltzer 2019-09-03 17:25:34 +02:00 committed by GitHub
commit 836da97efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ params {
singularity { singularity {
enabled = true enabled = true
runOptions = "-B /ifs -B /scratch -B /work_beegfs" runOptions = "-B /ifs -B /scratch -B /work_beegfs"
cacheDir = "/ifs/data/nfs_share/ikmb_repository/singularity_cache/"
} }
executor { executor {

View file

@ -13,6 +13,7 @@ params {
singularity { singularity {
enabled = true enabled = true
runOptions = "-B /mnt"
} }
executor { executor {