Skip to content
Snippets Groups Projects
Commit fd59ef99 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

fixed typo

parent f70524ae
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ UPDATE transcript SET description=NULL WHERE description="";
# usefull settings for the new tables
UPDATE gene SET source = 'ensembl';
UPDATE gene g, xref x, external_db ed SET g.confidence='KNOWN' WHERE g.display_xref_id = x.xref_id and x.external_db_id = ed.external_db_id and g.display_xref_id != 0 and ed.status like 'KNOWN%';
UPDATE transcript t, xref x, external_db ed SET t.confidence='KNOWN' WHERE t.display_xref_id = x.xref_id and x.external_db_id = ed.external_db_id and t.display_xref_id != 0 and ed.status like 'KNOWN%';
......
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