Skip to content
Snippets Groups Projects
Commit e1343737 authored by Stephen Keenan's avatar Stephen Keenan
Browse files

small typo in sql query in store method

parent 7e87c040
No related merge requests found
......@@ -744,8 +744,7 @@ sub store {
my $sth2 = $self->prepare("INSERT INTO gene(type, analysis_id,
transcript_count,
display_xref_id)
VALUES(?,?,?,?)
$trans_count, $xref_id)" );
VALUES(?,?,?,?)");
$sth2->execute("$type", $analysisId, $trans_count, $xref_id);
my $gene_dbID = $sth2->{'mysql_insertid'};
......
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