mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Update cfc.config
This commit is contained in:
parent
5fae33669d
commit
865909ac54
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
cacheDir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
|
||||
cacheDir = params.singularity_cachedir
|
||||
}
|
||||
|
||||
process {
|
||||
|
@ -22,6 +22,7 @@ weblog{
|
|||
|
||||
params {
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
singularity_cachedir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
|
||||
max_memory = 60.GB
|
||||
max_cpus = 20
|
||||
max_time = 140.h
|
||||
|
|
Loading…
Reference in a new issue