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
1e61cae2
Commit
1e61cae2
authored
Jun 14, 2004
by
Jessica Severin
Browse files
missed an adaptor in switch over
parent
ba8716f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
1e61cae2
...
...
@@ -428,8 +428,8 @@ sub _objs_from_sth {
$worker
->
queen
(
$self
);
$worker
->
db
(
$self
->
db
);
if
(
$column
{'
analysis_id
'}
and
$self
->
_a
nalysisAdaptor
)
{
$worker
->
analysis
(
$self
->
_a
nalysisAdaptor
->
fetch_by_dbID
(
$column
{'
analysis_id
'}));
if
(
$column
{'
analysis_id
'}
and
$self
->
db
->
get_A
nalysisAdaptor
)
{
$worker
->
analysis
(
$self
->
db
->
get_A
nalysisAdaptor
->
fetch_by_dbID
(
$column
{'
analysis_id
'}));
}
push
@workers
,
$worker
;
...
...
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