Skip to content
Snippets Groups Projects
Commit e5be0f1d authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Small modifications to source names so that they exactly match what's in the...

Small modifications to source names so that they exactly match what's in the existing external_db table. Presence of / in Uniprot names will need to be dealt with to avoid breaking download directory creation.
parent f6238e3a
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ INSERT INTO species (species_id, taxonomy_id, name, aliases) VALUES (9615, 9615,
# "High level" sources that we will also download from (via source_url)
INSERT INTO source VALUES (1, "UniProtSwissProt", 1, 'Y',1);
INSERT INTO source VALUES (2, "UniProtSPTrEMBL", 1, 'Y',1);
INSERT INTO source VALUES (1, "Uniprot/SWISSPROT", 1, 'Y',1);
INSERT INTO source VALUES (2, "Uniprot/SPTREMBL", 1, 'Y',1);
INSERT INTO source VALUES (3, "RefSeq", 1, 'Y',1);
# Other sources - used to create dependent xrefs, but not to upload from
......
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