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

14 lines
434 B
Text
Raw Normal View History

2022-06-03 06:41:08 -04:00
/*
* -------------------------------------------------
2022-06-03 06:51:47 -04:00
* nfcore/mag custom profile Nextflow config file
2022-06-03 06:41:08 -04:00
* -------------------------------------------------
* Config options for custom environments.
* Cluster-specific config options should be saved
* in the conf/pipeline/mag folder and imported
* under a profile name here.
*/
profiles {
eva { includeConfig "${params.custom_config_base}/conf/pipeline/mag/eva.config" }
}