2019-12-11 15:09:44 +00:00
|
|
|
/*
|
|
|
|
* -------------------------------------------------
|
|
|
|
* nfcore/ampliseq custom profile Nextflow config file
|
|
|
|
* -------------------------------------------------
|
|
|
|
* Config options for custom environments.
|
|
|
|
* Cluster-specific config options should be saved
|
|
|
|
* in the conf/pipeline/ampliseq folder and imported
|
|
|
|
* under a profile name here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
profiles {
|
|
|
|
binac { includeConfig "${params.custom_config_base}/conf/pipeline/ampliseq/binac.config" }
|
2020-03-31 13:17:24 +00:00
|
|
|
uppmax { includeConfig "${params.custom_config_base}/conf/pipeline/ampliseq/uppmax.config" }
|
|
|
|
}
|