1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-14 13:43:09 +00:00

Merge pull request #19 from apeltzer/make_elvis_great_again

Provide fix for online issues
This commit is contained in:
Alexander Peltzer 2019-03-06 13:16:31 +01:00 committed by GitHub
commit a2f5522396
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}/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" }