1
0
Fork 0
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:
Harshil Patel 2018-11-26 23:31:44 +00:00 committed by GitHub
parent 42ed4b9da4
commit ddc0bbd7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {