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:
parent
2f0b022571
commit
cc55026751
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue