1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-03 12:19:56 +00:00

Disable mounting of KI lab folders

Do not mount KI lab folders. The drives are not used anymore.
This commit is contained in:
Praveen Raj S 2022-10-10 16:01:22 +02:00 committed by GitHub
parent 5c65e69941
commit f200f6ab44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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