1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00
nf-configs/pipeline/sarek.config
MaxUlysse cd1d0b5f8f Add specific sarek config base, munin specific sarek config and docs
rename file

improve configs

remove unnecessary params
2019-11-26 11:25:29 +01:00

13 lines
No EOL
447 B
Text

/*
* -------------------------------------------------
* nfcore/sarek custom profile Nextflow config file
* -------------------------------------------------
* Config options for all 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" }
}