mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merged duplicate params
This commit is contained in:
parent
ff6823ec1d
commit
9df267a192
1 changed files with 4 additions and 7 deletions
|
@ -3,6 +3,10 @@ params {
|
|||
config_profile_description = 'Northwestern University Quest HPC (Genomics Nodes) config provided by nf-core/configs'
|
||||
config_profile_contact = 'Rogan Grant / Janna Nugent (@RoganGrant, @NUjon)'
|
||||
config_profile_url = 'https://www.it.northwestern.edu/research/user-services/quest/'
|
||||
max_memory = 190.GB
|
||||
max_cpus = 40
|
||||
max_time = 240.h
|
||||
igenomes_base = "/projects/genomicsshare/igenomes" #pending
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
@ -20,11 +24,4 @@ process {
|
|||
|
||||
executor {
|
||||
submitRateLimit = '1sec'
|
||||
}
|
||||
|
||||
params {
|
||||
max_memory = 190.GB
|
||||
max_cpus = 40
|
||||
max_time = 240.h
|
||||
igenomes_base = "/projects/genomicsshare/igenomes" #pending
|
||||
}
|
Loading…
Reference in a new issue