1
0
Fork 0
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:
Sven F 2019-03-06 13:13:52 +01:00 committed by GitHub
parent 20deaf3b46
commit ad47005fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }