mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 17:19:54 +00:00
Test remove params.hostnames entirely
This commit is contained in:
parent
adeff52f89
commit
7aff8923ea
1 changed files with 0 additions and 6 deletions
|
@ -60,9 +60,3 @@ profiles {
|
||||||
utd_sysbio { includeConfig "${params.custom_config_base}/conf/utd_sysbio.config" }
|
utd_sysbio { includeConfig "${params.custom_config_base}/conf/utd_sysbio.config" }
|
||||||
uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" }
|
uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" }
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
|
||||||
// Changed from a Groovy Map to a string for backwards compatibility
|
|
||||||
// See https://github.com/nf-core/tools/issues/1304
|
|
||||||
hostnames = ''
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue