1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Update cfc.config

singularity is now installed natively on the nodes, so no more need for a module here
This commit is contained in:
mseybold 2021-06-10 12:34:58 +02:00 committed by GitHub
parent 756f067213
commit f196de8246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ singularity {
} }
process { process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm' executor = 'slurm'
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
scratch = 'true' scratch = 'true'