From 380d3d500e55a0dfbc75086f257f18b93b98dc3c Mon Sep 17 00:00:00 2001 From: kkaris Date: Tue, 4 Jun 2024 11:05:41 -0700 Subject: [PATCH] Fix URL --- src/bioversions/sources/rgd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bioversions/sources/rgd.py b/src/bioversions/sources/rgd.py index baff1e9e..35ea8e2b 100644 --- a/src/bioversions/sources/rgd.py +++ b/src/bioversions/sources/rgd.py @@ -10,7 +10,7 @@ "RGDGetter", ] -URL = "https://download.rgd.mcw.edu/data_release/GENES.RAT.txt" +URL = "https://download.rgd.mcw.edu/data_release/GENES_RAT.txt" class RGDGetter(Getter):