1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Update eva.config

This commit is contained in:
James A. Fellows Yates 2022-02-28 13:57:37 +01:00 committed by GitHub
parent e02196d6ad
commit 6210ee874c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ process {
executor = 'sge'
penv = 'smp'
queue = 'all.q'
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
}
executor {
@ -36,11 +37,11 @@ profiles {
process {
queue = 'archgen.q'
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
}
singularity {
cacheDir = "/mnt/archgen/tools/singularity/containers/"
}
}