From 018ca64e0b68250eb7776d7378f5e1614eb97760 Mon Sep 17 00:00:00 2001 From: Karyn Megy <kmegy@sanger.ac.uk> Date: Wed, 5 Jul 2006 16:40:25 +0000 Subject: [PATCH] Update Aedes xrefs --- misc-scripts/xref_mapping/sql/populate_metadata.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc-scripts/xref_mapping/sql/populate_metadata.sql b/misc-scripts/xref_mapping/sql/populate_metadata.sql index 03d011a592..088b0643ad 100644 --- a/misc-scripts/xref_mapping/sql/populate_metadata.sql +++ b/misc-scripts/xref_mapping/sql/populate_metadata.sql @@ -124,6 +124,9 @@ INSERT INTO source VALUES (2852, "Celera_Pep", 1, 'Y', 40); INSERT INTO source VALUES (2854, "Celera_Trans", 1, 'Y', 40); INSERT INTO source VALUES (2856, "Anopheles_symbol", 1, 'Y', 40); +# aedes aegypti +INSERT INTO source (source_id,name,release,download,ordered) VALUES ('7159', 'AedesGenBank','1','Y','30') ; + # Uniprot alternative splice INSERT INTO source VALUES (3000, "Uniprot/Varsplic", 1, 'Y',20); @@ -803,6 +806,9 @@ INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_d # Unigene INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (6,7159,'ftp://ftp.ncbi.nih.gov/repository/UniGene/Aedes_aegypti/Aae.seq.uniq.gz ftp://ftp.ncbi.nih.gov/repository/UniGene/Aedes_aegypti/Aae.data.gz',now(),now(),'UniGeneParser'); +# Aedes GenBank +INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (7159, 7159,'LOCAL:AedesGenBank/Aedes_proteinID.fa', now(), now(), "AedesGenBankParser"); + # GO INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (1070, 7159,'ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/UNIPROT/gene_association.goa_uniprot.gz', now(), now(), "GOParser"); -- GitLab