1
0
Fork 0
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:
Harshil Patel 2021-11-02 10:52:14 +00:00
parent adeff52f89
commit 7aff8923ea

View file

@ -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 = ''
}