mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #128 from nf-core/mseybold-patch-1
Update cfc.config
This commit is contained in:
commit
edc34e7358
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ singularity {
|
|||
process {
|
||||
beforeScript = 'module load devel/singularity/3.4.2'
|
||||
executor = 'slurm'
|
||||
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
|
||||
}
|
||||
|
||||
weblog{
|
||||
|
@ -22,7 +23,7 @@ weblog{
|
|||
|
||||
params {
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
max_memory = 498.GB
|
||||
max_cpus = 20
|
||||
max_memory = 1999.GB
|
||||
max_cpus = 128
|
||||
max_time = 140.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue