Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
c4716018
Commit
c4716018
authored
Nov 05, 2013
by
Matthieu Muffato
Browse files
bugfix: the batch_size parameter should have a hyphen in front of it
parent
10ee9e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
View file @
c4716018
...
...
@@ -505,7 +505,7 @@ sub run {
foreach
my
$aha
(
@
{
$self
->
pipeline_analyses
})
{
my
(
$logic_name
,
$module
,
$parameters_hash
,
$input_ids
,
$blocked
,
$batch_size
,
$hive_capacity
,
$failed_job_tolerance
,
$max_retry_count
,
$can_be_empty
,
$rc_id
,
$rc_name
,
$priority
,
$meadow_type
,
$analysis_capacity
)
=
@
{
$aha
}{
qw(-logic_name -module -parameters -input_ids -blocked batch_size -hive_capacity -failed_job_tolerance
=
@
{
$aha
}{
qw(-logic_name -module -parameters -input_ids -blocked
-
batch_size -hive_capacity -failed_job_tolerance
-max_retry_count -can_be_empty -rc_id -rc_name -priority -meadow_type -analysis_capacity)
};
# slicing a hash reference
unless
(
$logic_name
)
{
...
...
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