mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
17fad9dd15
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
11 lines
366 B
Text
11 lines
366 B
Text
/*
|
|
* -------------------------------------------------
|
|
* nfcore/viralrecon custom profile Nextflow config file
|
|
* -------------------------------------------------
|
|
*/
|
|
|
|
includeConfig "${params.custom_config_base}/conf/pipeline/viralrecon/genomes.config"
|
|
|
|
profiles {
|
|
eddie { includeConfig "${params.custom_config_base}/conf/pipeline/viralrecon/eddie.config" }
|
|
}
|