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:
parent
8ebcfa26a9
commit
20deaf3b46
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue