mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update pipeline/viralrecon.config
This commit is contained in:
parent
19316ce852
commit
290d0a2180
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ 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"
|
||||
fasta = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/genome/NC_045512.2/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