Skip to content
Snippets Groups Projects
Commit 52cf94e5 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

added ignore sql for EntrezGene xrefs with display labels like '%LOC%'

parent 9d1eb029
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ BIGN
SELECT object_xref_id
FROM object_xref JOIN xref USING(xref_id) JOIN source USING(source_id)
WHERE ox_status = 'DUMP_OUT' AND name = 'EntrezGene'
AND accession = '%LOC%'
AND label = '%LOC%'
BIGN
......
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