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
Commits
b89b3719
Commit
b89b3719
authored
Nov 24, 2015
by
Dan Staines
Browse files
changed package name for taxonomy
parent
8bd313b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/Bio/EnsEMBL/Registry.pm
modules/Bio/EnsEMBL/Registry.pm
+3
-3
No files found.
modules/Bio/EnsEMBL/Registry.pm
View file @
b89b3719
...
...
@@ -162,7 +162,7 @@ my %group2adaptor = (
'
pipeline
'
=>
'
Bio::EnsEMBL::Pipeline::DBSQL::DBAdaptor
',
'
production
'
=>
'
Bio::EnsEMBL::Production::DBSQL::DBAdaptor
',
'
stable_ids
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
taxonomy
'
=>
'
Bio::EnsEMBL::DBSQL::TaxonomyDBAdaptor
',
'
taxonomy
'
=>
'
Bio::EnsEMBL::
Taxonomy::
DBSQL::TaxonomyDBAdaptor
',
'
variation
'
=>
'
Bio::EnsEMBL::Variation::DBSQL::DBAdaptor
',
'
vega
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
vega_update
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
...
...
@@ -2312,9 +2312,9 @@ sub load_registry_from_db {
# Taxonomy
if
(
defined
$taxonomy_db
)
{
require
Bio::EnsEMBL::DBSQL::
TaxonomyDBAdaptor
;
require
Bio::EnsEMBL::
Taxonomy::
DBSQL::
TaxonomyDBAdaptor
;
my
$dba
=
Bio::EnsEMBL::DBSQL::
TaxonomyDBAdaptor
->
new
(
Bio::EnsEMBL::
Taxonomy::
DBSQL::
TaxonomyDBAdaptor
->
new
(
'
-species
'
=>
'
multi
'
.
$species_suffix
,
'
-group
'
=>
'
taxonomy
',
'
-host
'
=>
$host
,
...
...
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