diff --git a/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm b/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm index bc153fdf5f5d2dd061550abd13768521f811ec36..52ffb984284e8ca3eeb28f0f5fa4d199a03ffd68 100644 --- a/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm +++ b/misc-scripts/xref_mapping/XrefMapper/sus_scrofa.pm @@ -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