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 {
|
||||
igenomesIgnore = false
|
||||
igenomes_base = '/beegfs/work/igenomes'
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
max_memory = 128.GB
|
||||
max_cpus = 28
|
||||
max_time = 48.h
|
||||
|
|
|
@ -16,8 +16,7 @@ process {
|
|||
}
|
||||
|
||||
params {
|
||||
igenomesIgnore = false
|
||||
igenomes_base = '/sfs/7/igenomes'
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
max_memory = 60.GB
|
||||
max_cpus = 20
|
||||
max_time = 140.h
|
||||
|
|
Loading…
Reference in a new issue