Skip to content
Snippets Groups Projects
Commit 6cb5a257 authored by Brian Gibbins's avatar Brian Gibbins
Browse files

change to SQL in _type_by_external_id to add xref

parent 9fcef4be
No related branches found
No related tags found
No related merge requests found
......@@ -683,7 +683,7 @@ sub _type_by_external_id{
}
my @queries = (
"select $ID_sql
from $from_sql object_xref as oxr
from $from_sql xref, object_xref as oxr
where $where_sql xref.dbprimary_acc = ? and
xref.xref_id = oxr.xref_id and oxr.ensembl_object_type= ?",
"select $ID_sql
......
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