mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Central resource for both binac and cfc now
This commit is contained in:
parent
68b759d6ef
commit
3ee7195fa8
2 changed files with 2 additions and 4 deletions
|
@ -16,8 +16,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomesIgnore = false
|
igenomes_base = '/nfsmounts/igenomes'
|
||||||
igenomes_base = '/beegfs/work/igenomes'
|
|
||||||
max_memory = 128.GB
|
max_memory = 128.GB
|
||||||
max_cpus = 28
|
max_cpus = 28
|
||||||
max_time = 48.h
|
max_time = 48.h
|
||||||
|
|
|
@ -16,8 +16,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomesIgnore = false
|
igenomes_base = '/nfsmounts/igenomes'
|
||||||
igenomes_base = '/sfs/7/igenomes'
|
|
||||||
max_memory = 60.GB
|
max_memory = 60.GB
|
||||||
max_cpus = 20
|
max_cpus = 20
|
||||||
max_time = 140.h
|
max_time = 140.h
|
||||||
|
|
Loading…
Reference in a new issue