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

small typo

parent 95c7a4b2
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ sub run {
#for each one seen get all its dependent xrefs and load them fro the new one too;
my $add_dependent_xref_sth = dbi->prepare("INSERT INTO dependent_xref VALUES(?,?,?,?)");
my $get_dependent_xref_sth = dbi->prepare("SELECT dependent_xref_id, linkage_annotation "
my $add_dependent_xref_sth = $dbi->prepare("INSERT INTO dependent_xref VALUES(?,?,?,?)");
my $get_dependent_xref_sth = $dbi->prepare("SELECT dependent_xref_id, linkage_annotation "
. "FROM dependent_xref where master_xref_id = ?");
foreach my $old_xref (keys %old_to_new){
......
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