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

worm database update, use last release not internal file

parent 7844c455
No related branches found
No related tags found
No related merge requests found
......@@ -543,7 +543,7 @@ INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2400, 6239, 'ftp://ftp.sanger.ac.uk/pub/databases/wormpep/wormpep150/wormpep.table150', '', now(), now(), "WormPepParser");
## Stable ID xref transfer - note use of WormbaseDatabaseStableIDParser
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2400, 6239, 'mysql:ecs4:3350:glenn_elegans_140:ensro', '', now(), now(), "WormbaseDatabaseStableIDParser");
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2400, 6239, 'mysql:ensembldb.ensembl.org::caenorhabditis_elegans_core_39_150a:anonymous', '', now(), now(), "WormbaseDatabaseStableIDParser");
# --------------------------------------------------------------------------------
......
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