From 4fd9b73cecef10a2e863d88b5bd753ec5a4fd4a7 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Thu, 9 Apr 2020 13:31:39 +0100 Subject: [PATCH] Update pipeline/viralrecon.config --- pipeline/viralrecon.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/viralrecon.config b/pipeline/viralrecon.config index afe373c..45c8247 100644 --- a/pipeline/viralrecon.config +++ b/pipeline/viralrecon.config @@ -10,7 +10,7 @@ params { genomes { 'NC_045512.2' { 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" + gff = "https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/genome/NC_045512.2/NC_045512.2.gff.gz" } } }