1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

reverting autoMounts due to bug

This commit is contained in:
Adrian 2020-06-26 13:39:37 +01:00
parent cd9fbb22dc
commit e375ad97ad

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 {