2021-03-24 06:46:26 -04:00
|
|
|
/*
|
|
|
|
* -------------------------------------------------
|
|
|
|
* nfcore/rnaseq custom profile Nextflow config file
|
|
|
|
* -------------------------------------------------
|
|
|
|
* Config options for custom environments.
|
|
|
|
* Cluster-specific config options should be saved
|
|
|
|
* in the conf/pipeline/rnaseq folder and imported
|
|
|
|
* under a profile name here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
profiles {
|
|
|
|
eddie { includeConfig "${params.custom_config_base}/conf/pipeline/rnaseq/eddie.config" }
|
2022-03-03 06:20:02 -05:00
|
|
|
mpcdf { includeConfig "${params.custom_config_base}/conf/pipeline/rnaseq/mpcdf.config" }
|
2022-09-13 12:02:44 -04:00
|
|
|
sbc_sharc { includeConfig "${params.custom_config_base}/conf/pipeline/rnaseq/sbc_sharc.config" }
|
2021-06-17 09:50:25 -04:00
|
|
|
utd_sysbio { includeConfig "${params.custom_config_base}/conf/pipeline/rnaseq/utd_sysbio.config" }
|
2021-03-24 06:46:26 -04:00
|
|
|
}
|