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

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

Disable mounting of KI lab folders
This commit is contained in:
Maxime U. Garcia 2022-10-10 16:41:55 +02:00 committed by GitHub
commit 62a2860b0d
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