From 15d1e93a886187dc1d94a00810646995e8f43eea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 20 Mar 2007 11:37:30 +0000
Subject: [PATCH] Use the CDNA file for Vega Mouse rather than the PEP file.

---
 misc-scripts/xref_mapping/sql/populate_metadata.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/sql/populate_metadata.sql b/misc-scripts/xref_mapping/sql/populate_metadata.sql
index c1bf3b5147..8d208cb07f 100644
--- a/misc-scripts/xref_mapping/sql/populate_metadata.sql
+++ b/misc-scripts/xref_mapping/sql/populate_metadata.sql
@@ -385,7 +385,7 @@ INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date
 ###MOUSE
 
 ##  Vega
-INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (5005, 10090, 'ftp://ftp.sanger.ac.uk/pub/vega/mouse/pep/Mus_musculus.VEGA.feb.pep.known.fa.gz', now(), now(), "VegaParser");
+INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (5005, 10090, 'ftp://ftp.sanger.ac.uk/pub/vega/mouse/cdna/Mus_musculus.VEGA.feb.cdna.tot.fa.gz', now(), now(), "VegaParser");
 
 ##      EntrezGene
 INSERT INTO source_url (source_id, species_id, url, file_modified_date, upload_date, parser) VALUES (1110, 10090, 'ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/gene_info.gz', now(), now(), "EntrezGeneParser");
-- 
GitLab