mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 16:49:55 +00:00
remove load module in cfc configs
This commit is contained in:
parent
c3385593cb
commit
d59d099fe8
2 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ 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'
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,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