mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Merge pull request #123 from ewels/params-overwrite
Remove params.custom_config_base from nf-core/configs
This commit is contained in:
commit
752a83b4c7
1 changed files with 2 additions and 5 deletions
|
@ -8,9 +8,6 @@
|
||||||
* name here.
|
* name here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
params.custom_config_version = 'master'
|
|
||||||
params.custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
|
|
||||||
|
|
||||||
//Please use a new line per include Config section to allow easier linting/parsing. Thank you.
|
//Please use a new line per include Config section to allow easier linting/parsing. Thank you.
|
||||||
profiles {
|
profiles {
|
||||||
awsbatch { includeConfig "${params.custom_config_base}/conf/awsbatch.config" }
|
awsbatch { includeConfig "${params.custom_config_base}/conf/awsbatch.config" }
|
||||||
|
|
Loading…
Reference in a new issue