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
27080d5d
Commit
27080d5d
authored
Sep 07, 2013
by
Leo Gordon
Browse files
imported List::Util to be able to run max/min/sum of lists in substituted expressions
parent
11faa7cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/Bio/EnsEMBL/Hive/Params.pm
modules/Bio/EnsEMBL/Hive/Params.pm
+2
-1
No files found.
modules/Bio/EnsEMBL/Hive/Params.pm
View file @
27080d5d
...
...
@@ -61,7 +61,8 @@ package Bio::EnsEMBL::Hive::Params;
use
strict
;
use
warnings
;
use
Bio::EnsEMBL::Hive::
Utils
('
stringify
',
'
dir_revhash
',
'
go_figure_dbc
');
# NB: dir_revhash() is used by some substituted expressions, do not remove!
use
List::
Util
qw(first min max minstr maxstr reduce sum shuffle)
;
# make them available for substituted expressions
use
Bio::EnsEMBL::Hive::
Utils
('
stringify
',
'
dir_revhash
',
'
go_figure_dbc
');
# NB: dir_revhash() is used by some substituted expressions, do not remove!
=head2 param_init
...
...
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