mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update nfcore_custom.config
Co-Authored-By: apeltzer <apeltzer@users.noreply.github.com>
This commit is contained in:
parent
20deaf3b46
commit
ad47005fb6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
* name here.
|
||||
*/
|
||||
|
||||
config_base = params.custom_config_base ?: "${params.custom_config_base}/conf" : "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}/conf"
|
||||
default_uri = "https://raw.githubusercontent.com/nf-core/configs/master/conf"
|
||||
config_base = "${params.custom_config_base ?: default_uri}"
|
||||
|
||||
profiles {
|
||||
binac { includeConfig "${config_base}/binac.config" }
|
||||
|
|
Loading…
Reference in a new issue