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
Commits
c8922497
Commit
c8922497
authored
Jun 15, 2009
by
Andreas Kusalananda Kähäri
Browse files
Add the OntologyDBAdaptor to the group2adaptor hash.
parent
190fd87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
modules/Bio/EnsEMBL/Registry.pm
modules/Bio/EnsEMBL/Registry.pm
+16
-17
No files found.
modules/Bio/EnsEMBL/Registry.pm
View file @
c8922497
...
...
@@ -133,23 +133,22 @@ my $API_VERSION = 55;
# This is a map from group names to Ensembl DB adaptors. Used by
# load_all() and reset_DBAdaptor().
my
%group2adaptor
=
(
'
blast
'
=>
'
Bio::EnsEMBL::External::BlastAdaptor
',
'
compara
'
=>
'
Bio::EnsEMBL::Compara::DBSQL::DBAdaptor
',
'
core
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
estgene
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
funcgen
'
=>
'
Bio::EnsEMBL::Funcgen::DBSQL::DBAdaptor
',
'
haplotype
'
=>
'
Bio::EnsEMBL::ExternalData::Haplotype::DBAdaptor
',
'
hive
'
=>
'
Bio::EnsEMBL::Hive::DBSQL::DBAdaptor
',
'
lite
'
=>
'
Bio::EnsEMBL::Lite::DBAdaptor
',
'
otherfeatures
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
pipeline
'
=>
'
Bio::EnsEMBL::Pipeline::DBSQL::DBAdaptor
',
'
snp
'
=>
'
Bio::EnsEMBL::ExternalData::SNPSQL::DBAdaptor
',
'
variation
'
=>
'
Bio::EnsEMBL::Variation::DBSQL::DBAdaptor
',
'
vega
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
);
my
%group2adaptor
=
(
'
blast
'
=>
'
Bio::EnsEMBL::External::BlastAdaptor
',
'
compara
'
=>
'
Bio::EnsEMBL::Compara::DBSQL::DBAdaptor
',
'
core
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
estgene
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
funcgen
'
=>
'
Bio::EnsEMBL::Funcgen::DBSQL::DBAdaptor
',
'
haplotype
'
=>
'
Bio::EnsEMBL::ExternalData::Haplotype::DBAdaptor
',
'
hive
'
=>
'
Bio::EnsEMBL::Hive::DBSQL::DBAdaptor
',
'
lite
'
=>
'
Bio::EnsEMBL::Lite::DBAdaptor
',
'
ontology
'
=>
'
Bio::EnsEMBL::DBSQL::OntologyDBAdaptor
',
'
otherfeatures
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
'
pipeline
'
=>
'
Bio::EnsEMBL::Pipeline::DBSQL::DBAdaptor
',
'
snp
'
=>
'
Bio::EnsEMBL::ExternalData::SNPSQL::DBAdaptor
',
'
variation
'
=>
'
Bio::EnsEMBL::Variation::DBSQL::DBAdaptor
',
'
vega
'
=>
'
Bio::EnsEMBL::DBSQL::DBAdaptor
',
);
=head2 load_all
...
...
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