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:
commit
a2f5522396
1 changed files with 2 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue