mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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 {
|
process {
|
||||||
beforeScript = 'module load devel/singularity/3.4.2'
|
beforeScript = 'module load devel/singularity/3.4.2'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
|
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
|
||||||
}
|
}
|
||||||
|
|
||||||
weblog{
|
weblog{
|
||||||
|
@ -22,7 +23,7 @@ weblog{
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomes_base = '/nfsmounts/igenomes'
|
igenomes_base = '/nfsmounts/igenomes'
|
||||||
max_memory = 498.GB
|
max_memory = 1999.GB
|
||||||
max_cpus = 20
|
max_cpus = 128
|
||||||
max_time = 140.h
|
max_time = 140.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue