mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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 {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
|
beforeScript = 'export PATH=/apps/opt/singularity/latest/bin:${PATH}'
|
||||||
cacheDir = '/cancer/storage/shared/simg'
|
cacheDir = '/cancer/storage/shared/simg'
|
||||||
}
|
}
|
||||||
cleanup = true
|
cleanup = true
|
||||||
|
|
Loading…
Reference in a new issue