mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +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:
parent
756f067213
commit
f196de8246
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue