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

updated ignore statement

parent 08998c86
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,11 @@ SELECT object_xref_id
AND label like 'LOC%'
CIGN
$ignore{"SSC"} =(<<DIGN);
$ignore{"SSC."} =(<<DIGN);
SELECT object_xref_id
FROM object_xref JOIN xref USING(xref_id) JOIN source USING(source_id)
WHERE ox_status = 'DUMP_OUT' AND name in ('Uniprot_genename','miRBase')
AND label like 'SSC%'
WHERE ox_status = 'DUMP_OUT' AND name = 'Uniprot_genename'
AND label like 'SSC\.%'
DIGN
return [\@list,\%ignore];
}
......
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