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 {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
envWhitelist='SINGULARITY_BINDPATH'
|
envWhitelist='SINGULARITY_BINDPATH'
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
|
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue