From 0e9630d49f4f51f6ba4b6565ec015d9774e17cb1 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Fri, 8 Apr 2005 12:05:45 +0000 Subject: [PATCH] Added RefSeq_dna_predicted & RefSeq_peptide_predicted --- misc-scripts/xref_mapping/sql/populate_metadata.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc-scripts/xref_mapping/sql/populate_metadata.sql b/misc-scripts/xref_mapping/sql/populate_metadata.sql index abf197d11c..318902b630 100644 --- a/misc-scripts/xref_mapping/sql/populate_metadata.sql +++ b/misc-scripts/xref_mapping/sql/populate_metadata.sql @@ -38,6 +38,8 @@ INSERT INTO source VALUES (3, "RefSeq_peptide", 1, 'Y',1); INSERT INTO source VALUES (4, "RefSeq_dna", 1, 'Y',1); INSERT INTO source VALUES (5, "IPI", 1, 'Y',2); INSERT INTO source VALUES (6, "UniGene", 1, 'Y',2); +INSERT INTO source VALUES (10, "RefSeq_peptide_predicted", 1, 'Y',1); +INSERT INTO source VALUES (11, "RefSeq_dna_predicted", 1, 'Y',1); # Other sources - used to create dependent xrefs, but not to download from -- GitLab