mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
revert cfc config
This commit is contained in:
parent
1f45b9c297
commit
c3385593cb
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ singularity {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
|
beforeScript = 'module load devel/singularity/3.4.2'
|
||||||
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