mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
add viralrecon specific config
This commit is contained in:
parent
de5b7717ff
commit
19316ce852
1 changed files with 16 additions and 0 deletions
16
pipeline/viralrecon.config
Normal file
16
pipeline/viralrecon.config
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
* -------------------------------------------------
|
||||||
|
* nfcore/viralrecon custom profile Nextflow config file
|
||||||
|
* -------------------------------------------------
|
||||||
|
* Defines viral reference genomes for all environments.
|
||||||
|
*/
|
||||||
|
|
||||||
|
params {
|
||||||
|
// Genome reference file paths
|
||||||
|
genomes {
|
||||||
|
'NC_045512.2' {
|
||||||
|
fasta = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/reference/NC_045512.2.fasta.gz"
|
||||||
|
gff = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/reference/NC_045512.2.gff.gz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue