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

do not add version numbers for uniprot gene names

only used for Rfam and miRBase sources
parent c9a6f987
No related branches found
No related tags found
No related merge requests found
......@@ -1083,7 +1083,9 @@ sub find_from_other_sources{
else{
$other_name_num->{$gene_symbol} = 1;
}
$gene_symbol .= ".".$other_name_num->{$gene_symbol};
if ($ext_db_name ne 'Uniprot_genename') {
$gene_symbol .= ".".$other_name_num->{$gene_symbol};
}
next;
}
}
......
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