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

add non-species specific go data file. If chicken goa found else where then...

add non-species specific go data file. If chicken goa found else where then replace this but i could not find it.
parent c4957803
No related branches found
No related tags found
No related merge requests found
......@@ -140,5 +140,8 @@ INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date
## refseq
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (3, 9031,'ftp://ftp.ncbi.nih.gov/genomes/Gallus_gallus/RNA/rna.gbk.gz', '', now(), now(), "RefSeqGPFFParser");
## GO
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (1070, 9031,'ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/UNIPROT/gene_association.goa_uniprot.gz', '', now(), now(), "GOParser");
################################################################################
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