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
5da408e6
Commit
5da408e6
authored
Apr 27, 2010
by
Leo Gordon
Browse files
nasty little bug
parent
8d6aca93
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/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
5da408e6
...
...
@@ -859,7 +859,7 @@ sub _pick_best_analysis_for_new_worker {
foreach
$stats
(
@$stats_list
)
{
$self
->
safe_synchronize_AnalysisStats
(
$stats
);
return
$stats
if
((
$stats
->
status
ne
'
BLOCKED
')
and
(
$stats
->
num_required_workers
>
0
)
and
(
!
defined
(
$rc_id
)
or
(
$stats
->
rc_id
=
$rc_id
)));
return
$stats
if
((
$stats
->
status
ne
'
BLOCKED
')
and
(
$stats
->
num_required_workers
>
0
)
and
(
!
defined
(
$rc_id
)
or
(
$stats
->
rc_id
=
=
$rc_id
)));
}
(
$stats
)
=
@
{
$statsDBA
->
fetch_by_needed_workers
(
1
,
$self
->
{
maximise_concurrency
},
$rc_id
)};
...
...
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