From caafc8a98e074eca012d583b0bfa2ea5e39e7d3a Mon Sep 17 00:00:00 2001 From: Petr Danecek Date: Wed, 15 May 2024 15:19:20 +0100 Subject: [PATCH] Update broken link to VEP severity categories --- plugins/split-vep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/split-vep.c b/plugins/split-vep.c index 2b129e35..f01a763c 100644 --- a/plugins/split-vep.c +++ b/plugins/split-vep.c @@ -162,7 +162,7 @@ static const char *default_severity(void) return "# Default consequence substrings ordered in ascending order by severity.\n" "# Consequences with the same severity can be put on the same line in arbitrary order.\n" - "# See also https://m.ensembl.org/info/genome/variation/prediction/predicted_data.htm\n" + "# See also https://www.ensembl.org/info/genome/variation/prediction/predicted_data.html\n" "intergenic\n" "feature_truncation feature_elongation\n" "regulatory\n"