mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
actually belong to nf-core/configs/munin
This commit is contained in:
parent
edde1ee64d
commit
e98f74e47b
2 changed files with 5 additions and 5 deletions
|
@ -8,6 +8,11 @@ params {
|
|||
|
||||
// Local AWS iGenomes reference file paths on munin
|
||||
igenomes_base = '/data1/references/igenomes/'
|
||||
|
||||
// General cpus/memory/time requirements
|
||||
max_cpus = 46
|
||||
max_memory = 752.GB
|
||||
max_time = 72.h
|
||||
}
|
||||
|
||||
process {
|
||||
|
|
|
@ -5,11 +5,6 @@ params {
|
|||
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
|
||||
config_profile_description = 'nf-core/sarek MUNIN profile provided by nf-core/configs'
|
||||
|
||||
// Specific nf-core/sarek configs params
|
||||
max_memory = 752.GB
|
||||
max_cpus = 46
|
||||
max_time = 72.h
|
||||
|
||||
// Specific nf-core/sarek params
|
||||
annotation_cache = true
|
||||
pon = '/data1/PON/vcfs/BTB.PON.vcf.gz'
|
||||
|
|
Loading…
Reference in a new issue