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

Typo in Illumina human URLs

parent b940bdb2
No related branches found
No related tags found
No related merge requests found
......@@ -305,9 +305,9 @@ INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date
## Illumina
# Sentrix human-6 gene expression beadchip
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (5010, 9606,'http://www.illumina.com/General/Products/ArraysReagents/zip_files/Human_WG-6_sequence.zip#Human_WG-6_sequence.zip', '', now(), now(), "IlluminaParser");
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (5010, 9606,'http://www.illumina.com/General/Products/ArraysReagents/zip_files/Human_WG-6_sequence.zip#Human_WG-6_sequence.csv', '', now(), now(), "IlluminaParser");
# Sentrix humanref-8 expression beadchip
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (5010, 9606,'http://www.illumina.com/General/Products/ArraysReagents/zip_files/Human_RefSeq-8_sequence.zip#Human_RefSeq-8_sequence.zip', '', now(), now(), "IlluminaParser");
INSERT INTO source_url (source_id, species_id, url, checksum, file_modified_date, upload_date, parser) VALUES (5010, 9606,'http://www.illumina.com/General/Products/ArraysReagents/zip_files/Human_RefSeq-8_sequence.zip#Human_RefSeq-8_sequence.csv', '', now(), now(), "IlluminaParser");
......
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