mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +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)
|
* [GIS](docs/gis.md)
|
||||||
* [GOOGLE](docs/google.md)
|
* [GOOGLE](docs/google.md)
|
||||||
* [HEBBE](docs/hebbe.md)
|
* [HEBBE](docs/hebbe.md)
|
||||||
|
* [ICR_DAVROS](docs/icr_davros.md)
|
||||||
* [KRAKEN](docs/kraken.md)
|
* [KRAKEN](docs/kraken.md)
|
||||||
* [MUNIN](docs/munin.md)
|
* [MUNIN](docs/munin.md)
|
||||||
* [PASTEUR](docs/pasteur.md)
|
* [PASTEUR](docs/pasteur.md)
|
||||||
|
|
|
@ -13,8 +13,8 @@ params {
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||||
autoMounts = true
|
// autoMounts = true // autoMounts sometimes causes a rare bug with the installed version of singularity
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
|
Loading…
Reference in a new issue