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
00441cbb
Commit
00441cbb
authored
Mar 04, 2005
by
Jessica Severin
Browse files
added convenience method parameters (redirects to $self->analysis->parameters).
parent
1a3fce82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
modules/Bio/EnsEMBL/Hive/Process.pm
modules/Bio/EnsEMBL/Hive/Process.pm
+6
-0
No files found.
modules/Bio/EnsEMBL/Hive/Process.pm
View file @
00441cbb
...
...
@@ -208,6 +208,12 @@ sub input_id {
return
$self
->
input_job
->
input_id
;
}
sub
parameters
{
my
$self
=
shift
;
return
''
unless
(
$self
->
analysis
);
return
$self
->
analysis
->
parameters
;
}
##########################################
#
...
...
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