Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
5f35abd6
Commit
5f35abd6
authored
Jan 22, 2010
by
Leo Gordon
Browse files
use sth->finish
parent
ebd73970
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/AddTogether.pm
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/AddTogether.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/AddTogether.pm
View file @
5f35abd6
...
...
@@ -29,6 +29,7 @@ sub fetch_input { # fetch all the (relevant) precomputed products
while
(
my
(
$digit
,
$result
)
=
$sth
->
fetchrow_array
())
{
$product_pair
{
$digit
}
=
$result
;
}
$sth
->
finish
();
$product_pair
{
1
}
=
$a_multiplier
;
$product_pair
{
0
}
=
0
;
...
...
@@ -56,6 +57,7 @@ sub write_output { # store the final result
$self
->
param
('
b_multiplier
'),
$self
->
param
('
result
')
);
$sth
->
finish
();
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment