mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
roll out iGenomes on cbe
This commit is contained in:
parent
ebb89f2714
commit
bdf4a829b8
1 changed files with 6 additions and 4 deletions
|
@ -12,12 +12,14 @@ process {
|
|||
clusterOptions = { task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' }
|
||||
}
|
||||
|
||||
singularity.enabled = true
|
||||
singularity {
|
||||
enabled = true
|
||||
cacheDir = '/scratch-cbe/shared/containers'
|
||||
}
|
||||
|
||||
params {
|
||||
params.max_time = 14.d
|
||||
params.max_cpus = 36
|
||||
params.max_memory = 4.TB
|
||||
igenomes_ignore = true
|
||||
igenomesIgnore = true //deprecated
|
||||
}
|
||||
igenomes_base = '/resources/references/igenomes'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue