From 5a3007d512e17e36fb96b908a71b33d90672053e Mon Sep 17 00:00:00 2001
From: Ian Longden <ianl@sanger.ac.uk>
Date: Thu, 25 May 2006 22:37:02 +0000
Subject: [PATCH] names changes for MIM

---
 misc-scripts/xref_mapping/sql/populate_metadata.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc-scripts/xref_mapping/sql/populate_metadata.sql b/misc-scripts/xref_mapping/sql/populate_metadata.sql
index 0acbf52e75..d08789cb67 100644
--- a/misc-scripts/xref_mapping/sql/populate_metadata.sql
+++ b/misc-scripts/xref_mapping/sql/populate_metadata.sql
@@ -57,8 +57,8 @@ INSERT INTO source VALUES (2701, 'AgilentCGH', 1, 'Y', 50);
 # Other sources - used to create dependent xrefs, but not to download from
 
 INSERT INTO source VALUES (1010, 'EMBL', 1, 'N', 30);
-INSERT INTO source VALUES (1021, 'GENE_MAP', 1, 'N', 30);
-INSERT INTO source VALUES (1022, 'MORBID_MAP', 1, 'N', 30);
+INSERT INTO source VALUES (1021, 'MIM_GENE', 1, 'N', 30);
+INSERT INTO source VALUES (1022, 'MIM_MORBID', 1, 'N', 30);
 INSERT INTO source VALUES (1030, 'PDB', 1, 'N', 30);
 INSERT INTO source VALUES (1040, 'protein_id', 1, 'N', 30);
 INSERT INTO source VALUES (1050, 'PUBMED', 1, 'N', 30);
-- 
GitLab