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
c4d0220e
Commit
c4d0220e
authored
Mar 22, 2006
by
Abel Ureta-Vidal
Browse files
Now runnable return an array reference rather than an array
parent
7aa94f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/Process.pm
modules/Bio/EnsEMBL/Hive/Process.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/Hive/Process.pm
View file @
c4d0220e
...
...
@@ -432,7 +432,7 @@ sub parameters {
Title : runnable
Usage : $self->runnable($arg)
Function: Sets a runnable for this RunnableDB
Returns : Bio::EnsEMBL::Analysis::Runnable
Returns :
arrayref of
Bio::EnsEMBL::Analysis::Runnable
Args : Bio::EnsEMBL::Analysis::Runnable
=cut
...
...
@@ -452,7 +452,7 @@ sub runnable {
&throw
("
[
$arg
] is not a Bio::EnsEMBL::Analysis::Runnable
");
}
}
return
@
{
$self
->
{'
runnable
'}
}
;
return
$self
->
{'
runnable
'};
}
=head2 output
...
...
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