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
3f1b4576
Commit
3f1b4576
authored
May 23, 2012
by
Leo Gordon
Browse files
bugfix: schedule_workers_resync_if_necessary should now be run with a $valley argument
parent
32708ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/beekeeper.pl
scripts/beekeeper.pl
+1
-1
No files found.
scripts/beekeeper.pl
View file @
3f1b4576
...
...
@@ -374,7 +374,7 @@ sub run_autonomously {
$queen
->
print_analysis_status
unless
(
$self
->
{'
no_analysis_stats
'});
$queen
->
print_running_worker_status
;
my
$workers_to_run_by_rc_id
=
$queen
->
schedule_workers_resync_if_necessary
(
$
current_meadow
,
$this_analysis
);
my
$workers_to_run_by_rc_id
=
$queen
->
schedule_workers_resync_if_necessary
(
$
valley
,
$this_analysis
);
if
(
keys
%$workers_to_run_by_rc_id
)
{
foreach
my
$rc_id
(
sort
{
$workers_to_run_by_rc_id
->
{
$a
}
<=>
$workers_to_run_by_rc_id
->
{
$b
}
}
keys
%$workers_to_run_by_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