2019-11-20 09:10:05 +00:00
|
|
|
/*
|
|
|
|
* -------------------------------------------------
|
|
|
|
* nfcore/sarek custom profile Nextflow config file
|
|
|
|
* -------------------------------------------------
|
2019-11-20 14:13:13 +00:00
|
|
|
* Config options for custom environments.
|
2019-11-20 09:10:05 +00:00
|
|
|
* Cluster-specific config options should be saved
|
|
|
|
* in the conf/pipeline/sarek folder and imported
|
|
|
|
* under a profile name here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
profiles {
|
|
|
|
munin { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/munin.config" }
|
2020-02-20 16:14:18 +00:00
|
|
|
uppmax { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/uppmax.config" }
|
2019-11-20 14:32:35 +00:00
|
|
|
}
|