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

Add singularity to PATH

This commit is contained in:
Nathan Watson-Haigh 2022-03-13 07:39:31 +10:30
parent 2f0b022571
commit cc55026751

View file

@ -23,6 +23,7 @@ executor {
singularity {
enabled = true
autoMounts = true
beforeScript = 'export PATH=/apps/opt/singularity/latest/bin:${PATH}'
cacheDir = '/cancer/storage/shared/simg'
}
cleanup = true