1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Provide fix for online issues

This commit is contained in:
Alexander Peltzer 2019-03-06 12:59:54 +01:00
parent 8ebcfa26a9
commit 20deaf3b46

View file

@ -8,7 +8,7 @@
* name here. * name here.
*/ */
config_base = "${params.custom_config_base}/conf" config_base = params.custom_config_base ?: "${params.custom_config_base}/conf" : "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}/conf"
profiles { profiles {
binac { includeConfig "${config_base}/binac.config" } binac { includeConfig "${config_base}/binac.config" }