1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00

Merge pull request #331 from nf-core/praveenraj2018-patch-1

Added: runOptions to singularity
This commit is contained in:
Maxime U. Garcia 2022-02-14 13:12:11 +01:00 committed by GitHub
commit 91b5875b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,9 @@ process {
}
singularity {
enabled = true
cacheDir = '/data1/containers/'
cacheDir = '/data1/containers/'
enabled = true
runOptions = "--bind /media/BTB_2021_01"
}
// To use docker, use nextflow run -profile munin,docker