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:
parent
5c65e69941
commit
f200f6ab44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue