2020-04-09 11:40:35 +00:00
|
|
|
/*
|
|
|
|
* -------------------------------------------------
|
|
|
|
* nfcore/viralrecon custom profile Nextflow config file
|
|
|
|
* -------------------------------------------------
|
|
|
|
* Defines viral reference genomes for all environments.
|
|
|
|
*/
|
|
|
|
|
|
|
|
params {
|
|
|
|
// Genome reference file paths
|
|
|
|
genomes {
|
|
|
|
'NC_045512.2' {
|
2020-04-09 12:31:20 +00:00
|
|
|
fasta = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/genome/NC_045512.2/NC_045512.2.fasta.gz"
|
2020-04-09 12:31:39 +00:00
|
|
|
gff = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/genome/NC_045512.2/NC_045512.2.gff.gz"
|
2020-04-09 11:40:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|