Skip to content
Snippets Groups Projects
Commit a391191b authored by Kevin Howe's avatar Kevin Howe
Browse files

Uncommented entry of AgilentCGH into human source_url (had been erroneously

commented out by someone foolish).
parent 300c2e8d
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date
## Agilent ( zipfile in ensembl-personal/ianl )
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2700, 9606,'LOCAL:AgilentProbe/HumanExpression.fasta', '', now(), now(), "AgilentParser");
#INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2701, 9606,'LOCAL:AgilentCGH/HumanCGH.fasta', '', now(), now(), "AgilentParser");
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (2701, 9606,'LOCAL:AgilentCGH/HumanCGH.fasta', '', now(), now(), "AgilentParser");
## UniGene
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (6, 9606,'ftp://ftp.ncbi.nih.gov/repository/UniGene/Homo_sapiens/Hs.seq.uniq.gz ftp://ftp.ncbi.nih.gov/repository/UniGene/Homo_sapiens/Hs.data.gz ftp://ftp.ncbi.nih.gov/repository/UniGene/*.LOG', '', now(), now(), "UniGeneParser");
......
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