1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 22:12:03 +00:00
nf-configs/pipeline/eager.config

16 lines
624 B
Text
Raw Normal View History

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" }
2021-10-04 13:08:01 +00:00
maestro { includeConfig "${params.custom_config_base}/conf/pipeline/eager/maestro.config" }
2020-09-04 17:59:27 +00:00
}