Skip to content
Snippets Groups Projects
Commit dec078c8 authored by Ian Longden's avatar Ian Longden
Browse files

do not incluse syninym of the name - for obvious reasons

parent 3a0fe5ff
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,10 @@ sub run {
my (@syn) = split(/\|/ ,$arr[$gene_synonyms_index]);
foreach my $synonym (@syn){
$self->add_to_syn($acc, $source_id, $synonym);
$syn_count++;
if($synonym ne "-"){
$self->add_to_syn($acc, $source_id, $synonym);
$syn_count++;
}
}
}
......
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