1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #166 from adrlar/master

Fixing an autoMounts bug for icr_davros
This commit is contained in:
Alexander Peltzer 2020-06-26 17:52:05 +02:00 committed by GitHub
commit 2801f25657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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 {