mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update phoenix.config
This commit is contained in:
parent
42ed4b9da4
commit
ddc0bbd7b3
1 changed files with 5 additions and 5 deletions
|
@ -6,14 +6,14 @@
|
|||
*/
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
envWhitelist='SINGULARITY_BINDPATH'
|
||||
autoMounts = true
|
||||
enabled = true
|
||||
envWhitelist='SINGULARITY_BINDPATH'
|
||||
autoMounts = true
|
||||
}
|
||||
|
||||
process {
|
||||
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
|
||||
executor = 'slurm'
|
||||
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
|
||||
executor = 'slurm'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue