Skip to content

Commit

Permalink
caught a mistake with the initial seed fixtures; changes were incompl…
Browse files Browse the repository at this point in the history
…ete; this should fix that
  • Loading branch information
SeriousHorncat committed Sep 26, 2024
1 parent a60be14 commit 27f6ff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion etc/fixtures/initial-seed/analyses.json
Original file line number Diff line number Diff line change
Expand Up @@ -3668,7 +3668,7 @@
{
"Polyphen Prediction": {
"data_source": "Ensembl",
"version": 112
"version": 100
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions etc/fixtures/initial-seed/annotations-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand All @@ -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}",
Expand Down
4 changes: 2 additions & 2 deletions etc/fixtures/initial-seed/genomic-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -5967,7 +5967,7 @@
"Polyphen Prediction": [
{
"data_source": "Ensembl",
"version": 112,
"version": 100,
"value": "benign"
}
]
Expand Down Expand Up @@ -6037,7 +6037,7 @@
"Polyphen Prediction": [
{
"data_source": "Ensembl",
"version": 112,
"version": 100,
"value": "benign"
}
]
Expand Down

0 comments on commit 27f6ff3

Please sign in to comment.