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
e5d701ba
Commit
e5d701ba
authored
Mar 03, 2005
by
Jessica Severin
Browse files
added back in auto-flow of input_job to output on call to worker_register_job_done
parent
045f36b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/Bio/EnsEMBL/Hive/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+3
-1
No files found.
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
e5d701ba
...
...
@@ -280,8 +280,10 @@ sub worker_register_job_done {
return
unless
(
$job
);
return
unless
(
$job
->
dbID
and
$job
->
adaptor
and
$job
->
hive_id
);
return
unless
(
$worker
and
$worker
->
analysis
and
$worker
->
analysis
->
dbID
);
$job
->
update_status
('
DONE
');
$self
->
flow_output_job
(
$job
);
}
...
...
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