From 27f6ff3e9452fabef5da366cc253387e4fb035b0 Mon Sep 17 00:00:00 2001 From: SeriousHorncat Date: Wed, 25 Sep 2024 20:48:45 -0500 Subject: [PATCH] caught a mistake with the initial seed fixtures; changes were incomplete; this should fix that --- etc/fixtures/initial-seed/analyses.json | 2 +- etc/fixtures/initial-seed/annotations-config.json | 10 +++++----- etc/fixtures/initial-seed/genomic-units.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/fixtures/initial-seed/analyses.json b/etc/fixtures/initial-seed/analyses.json index 34333103..2bc00e20 100644 --- a/etc/fixtures/initial-seed/analyses.json +++ b/etc/fixtures/initial-seed/analyses.json @@ -3668,7 +3668,7 @@ { "Polyphen Prediction": { "data_source": "Ensembl", - "version": 112 + "version": 100 } }, { diff --git a/etc/fixtures/initial-seed/annotations-config.json b/etc/fixtures/initial-seed/annotations-config.json index 9c9d5b29..eafacbc2 100644 --- a/etc/fixtures/initial-seed/annotations-config.json +++ b/etc/fixtures/initial-seed/annotations-config.json @@ -445,7 +445,7 @@ }, { "data_set": "Rat_Rat_Genome_Database_url", - "data_source": "Alliance genome", + "data_source": "Alliance Genome", "annotation_source_type": "http", "genomic_unit_type": "gene", "url": "https://www.alliancegenome.org/api/gene/{Rat Gene Identifier}", @@ -467,7 +467,7 @@ }, { "data_set": "Mouse_Mouse_Genome_Database_url", - "data_source": "Alliance genome", + "data_source": "Alliance Genome", "annotation_source_type": "http", "genomic_unit_type": "gene", "url": "https://www.alliancegenome.org/api/gene/{Mouse Gene Identifier}", @@ -489,7 +489,7 @@ }, { "data_set": "Zebrafish_Zebrafish_Information_Network_url", - "data_source": "Alliance genome", + "data_source": "Alliance Genome", "annotation_source_type": "http", "genomic_unit_type": "gene", "url": "https://www.alliancegenome.org/api/gene/{Zebrafish Gene Identifier}", @@ -511,7 +511,7 @@ }, { "data_set": "C-Elegens_Worm_Base_url", - "data_source": "Alliance genome", + "data_source": "Alliance Genome", "annotation_source_type": "http", "genomic_unit_type": "gene", "url": "https://www.alliancegenome.org/api/gene/{C-Elegens Gene Identifier}", @@ -523,7 +523,7 @@ }, { "data_set": "Frog_General_Xenbase_Database_url", - "data_source": "Alliance genome", + "data_source": "Alliance Genome", "annotation_source_type": "http", "genomic_unit_type": "gene", "url": "https://www.alliancegenome.org/api/search?q={gene}", diff --git a/etc/fixtures/initial-seed/genomic-units.json b/etc/fixtures/initial-seed/genomic-units.json index b10cabf4..f5806761 100644 --- a/etc/fixtures/initial-seed/genomic-units.json +++ b/etc/fixtures/initial-seed/genomic-units.json @@ -5967,7 +5967,7 @@ "Polyphen Prediction": [ { "data_source": "Ensembl", - "version": 112, + "version": 100, "value": "benign" } ] @@ -6037,7 +6037,7 @@ "Polyphen Prediction": [ { "data_source": "Ensembl", - "version": 112, + "version": 100, "value": "benign" } ]