Skip to content
Snippets Groups Projects
Commit 63993a23 authored by Ian Longden's avatar Ian Longden
Browse files

MIM should be downloadable. Most xrefs are obtained via the refseq files but...

MIM should be downloadable. Most xrefs are obtained via the refseq files but still parse to get more info
parent 8b479b48
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ INSERT INTO source VALUES (2701, 'AgilentCGH', 1, 'Y', 4);
# Other sources - used to create dependent xrefs, but not to download from
INSERT INTO source VALUES (1010, 'EMBL', 1, 'N', 2);
INSERT INTO source VALUES (1020, 'MIM', 1, 'N', 2);
INSERT INTO source VALUES (1020, 'MIM', 1, 'Y', 2);
INSERT INTO source VALUES (1030, 'PDB', 1, 'N', 2);
INSERT INTO source VALUES (1040, 'protein_id', 1, 'N', 2);
INSERT INTO source VALUES (1050, 'PUBMED', 1, 'N', 2);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment