1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-09 07:11:12 -05:00
nf-configs/pipeline/sarek.config

16 lines
725 B
Text
Raw Normal View History

/*
* -------------------------------------------------
* nfcore/sarek custom profile Nextflow config file
* -------------------------------------------------
2019-11-20 09:13:13 -05:00
* Config options for custom environments.
* 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 11:14:18 -05:00
uppmax { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/uppmax.config" }
2020-03-04 11:02:11 -05:00
icr_davros { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/icr_davros.config" }
eddie { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/eddie.config" }
2019-11-20 09:32:35 -05:00
}