Skip to content
Snippets Groups Projects
Commit 628aa01f authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Replaced call to method get_hgnc_synonyms with get_ext_synonyms

CV: ----------------------------------------------------------------------
parent 5d9b6352
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ sub run_script {
my $sql = "insert into synonym (xref_id, synonym) values (?, ?)";
my $add_syn_sth = $dbi->prepare($sql);
my $syn_hash = $self->get_hgnc_synonyms();
my $syn_hash = $self->get_ext_synonyms("HGNC");
$sql = 'select source_id, priority_description from source where name like "HGNC"';
my $sth = $dbi->prepare($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