2019-12-05 16:01:10 +00:00
|
|
|
/*
|
|
|
|
* -------------------------------------------------
|
|
|
|
* nfcore/eager custom profile Nextflow config file
|
|
|
|
* -------------------------------------------------
|
|
|
|
* Config options for custom environments.
|
|
|
|
* Cluster-specific config options should be saved
|
|
|
|
* in the conf/pipeline/eager folder and imported
|
|
|
|
* under a profile name here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
profiles {
|
2020-09-04 17:59:27 +00:00
|
|
|
mpcdf { includeConfig "${params.custom_config_base}/conf/pipeline/eager/mpcdf.config" }
|
2021-02-14 17:05:06 +00:00
|
|
|
eva { includeConfig "${params.custom_config_base}/conf/pipeline/eager/eva.config" }
|
2020-09-04 17:59:27 +00:00
|
|
|
}
|