Skip to content
Snippets Groups Projects
Commit 0ee04aa7 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

xrefs with display LOC or SSC are not used for gene display assignement

parent 855c8165
No related branches found
No related tags found
No related merge requests found
......@@ -1068,6 +1068,9 @@ sub find_from_other_sources{
$dbentrie_sth->execute($ext_db_name, $gene_id, "Gene");
$dbentrie_sth->bind_columns(\$display, \$xref_id, \$object_xref_id, \$level, \$desc);
while($dbentrie_sth->fetch){
if ($display =~ /^LOC/ || $display =~ /^SSC/) {
next;
}
$gene_symbol = $display;
$gene_symbol_xref_id = $xref_id;
$$tran_source = $ext_db_name;
......
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