mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 12:33:10 +00:00
11 lines
276 B
Text
11 lines
276 B
Text
|
// Profile config names for nf-core/configs
|
||
|
|
||
|
params {
|
||
|
// Specific nf-core/configs params
|
||
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||
|
config_profile_description = 'nf-core/ampliseq BINAC profile provided by nf-core/configs'
|
||
|
}
|
||
|
|
||
|
env {
|
||
|
TZ='Europe/Berlin'
|
||
|
}
|