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

ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_LocusLink.rpt no...

ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_LocusLink.rpt  no longer needed to be down loaded for the MGI data to be loaded as the list of valid accessions is now obtained from the database. This alos makes the doen loading easier as before we had to download two files for one parser.
parent 09fa0c8d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,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 (3, 2,'ftp://ftp.ncbi.nih.gov/refseq/M_musculus/mRNA_Prot/mouse.rna.fna.gz', '', now(), now(), "RefSeqParser");
## mgd (MGI -- MarkerSymbol)
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (1080, 2,'ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_LocusLink.rpt ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_TrEMBL.rpt', '', now(), now(), "MGDParser");
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (1080, 2,'ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_TrEMBL.rpt', '', now(), now(), "MGDParser");
## GO
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (1070, 2,'ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/MOUSE/gene_association.goa_mouse.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