1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/pipeline/mag.config

14 lines
434 B
Text
Raw Normal View History

2022-06-03 10:41:08 +00:00
/*
* -------------------------------------------------
2022-06-03 10:51:47 +00:00
* nfcore/mag custom profile Nextflow config file
2022-06-03 10:41:08 +00: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" }
}