mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Added munin config boilerplate
This commit is contained in:
parent
b9bc420071
commit
f259178642
1 changed files with 21 additions and 0 deletions
21
conf/munin.config
Normal file
21
conf/munin.config
Normal file
|
@ -0,0 +1,21 @@
|
|||
//Profile config names for nf-core/configs
|
||||
params {
|
||||
config_profile_name = 'MUNIN'
|
||||
config_profile_description = 'Big iron cluster profile provided by nf-core/configs.'
|
||||
config_profile_contact = 'Szilveszter Juhos (@szilva)'
|
||||
config_profile_url = ''
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'local'
|
||||
}
|
||||
|
||||
params {
|
||||
saveReference = true
|
||||
|
||||
max_memory = 256.GB
|
||||
max_cpus = 32
|
||||
max_time = 72.h
|
||||
// illumina iGenomes reference file paths on UPPMAX
|
||||
igenomes_base = '/data0/btb/references/igenomes/'
|
||||
}
|
Loading…
Reference in a new issue