mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #166 from adrlar/master
Fixing an autoMounts bug for icr_davros
This commit is contained in:
commit
2801f25657
2 changed files with 3 additions and 2 deletions
|
@ -111,6 +111,7 @@ Currently documentation is available for the following systems:
|
|||
* [GIS](docs/gis.md)
|
||||
* [GOOGLE](docs/google.md)
|
||||
* [HEBBE](docs/hebbe.md)
|
||||
* [ICR_DAVROS](docs/icr_davros.md)
|
||||
* [KRAKEN](docs/kraken.md)
|
||||
* [MUNIN](docs/munin.md)
|
||||
* [PASTEUR](docs/pasteur.md)
|
||||
|
|
|
@ -13,8 +13,8 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||
autoMounts = true
|
||||
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||
// autoMounts = true // autoMounts sometimes causes a rare bug with the installed version of singularity
|
||||
}
|
||||
|
||||
executor {
|
||||
|
|
Loading…
Reference in a new issue