Skip to content
Snippets Groups Projects
Commit 85b968d8 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Remove duplicated comment.

parent a3a5471a
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,6 @@ DELETE from external_db where external_db_id=4305 and db_name='AgilentCGH';
DELETE from external_db where external_db_id=6000 and db_name='Codelink';
-- Delete unmapped_reasons
DELETE ur from unmapped_reason ur, unmapped_object uo where uo.type='probe2transcript' and uo.unmapped_reason_id=ur.unmapped_reason_id;
......@@ -173,15 +172,11 @@ DELETE ur from unmapped_reason ur, unmapped_object uo where uo.type='probe2trans
DELETE from unmapped_object where type='probe2transcript';
#Drop oligo tables last so we do not get errors, should we need to rerun
-- Drop oligo tables last so we do not get errors, should we need to rerun
DROP table oligo_array;
DROP table oligo_probe;
DROP table oligo_feature;
-- Also need to remove xref only array data for db_name like AGILENT, Illumina, CODELINK
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_55_56_c.sql|drop_oligo_tables_and_xrefs');
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