Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
46ae1b16
Commit
46ae1b16
authored
20 years ago
by
Web Admin
Browse files
Options
Downloads
Patches
Plain Diff
added in Affy adaptors and made it easier to add "standard named" adaptors
parent
6b638f87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+20
-42
20 additions, 42 deletions
modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
with
20 additions
and
42 deletions
modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+
20
−
42
View file @
46ae1b16
...
...
@@ -261,48 +261,26 @@ sub get_db_adaptor {
sub
get_available_adaptors
{
my
%pairs
=
(
'
Analysis
'
=>
'
Bio::EnsEMBL::DBSQL::AnalysisAdaptor
',
'
ArchiveStableId
'
=>
'
Bio::EnsEMBL::DBSQL::ArchiveStableIdAdaptor
',
'
Attribute
'
=>
'
Bio::EnsEMBL::DBSQL::AttributeAdaptor
',
'
AssemblyExceptionFeature
'
=>
'
Bio::EnsEMBL::DBSQL::AssemblyExceptionFeatureAdaptor
',
'
AssemblyMapper
'
=>
'
Bio::EnsEMBL::DBSQL::AssemblyMapperAdaptor
',
'
Blast
'
=>
'
Bio::EnsEMBL::External::BlastAdaptor
',
'
MetaContainer
'
=>
'
Bio::EnsEMBL::DBSQL::MetaContainer
',
'
CoordSystem
'
=>
'
Bio::EnsEMBL::DBSQL::CoordSystemAdaptor
',
'
CompressedSequence
'
=>
'
Bio::EnsEMBL::DBSQL::CompressedSequenceAdaptor
',
'
DBEntry
'
=>
'
Bio::EnsEMBL::DBSQL::DBEntryAdaptor
',
'
DnaAlignFeature
'
=>
'
Bio::EnsEMBL::DBSQL::DnaAlignFeatureAdaptor
',
'
DensityFeature
'
=>
'
Bio::EnsEMBL::DBSQL::DensityFeatureAdaptor
',
'
DensityType
'
=>
'
Bio::EnsEMBL::DBSQL::DensityTypeAdaptor
',
'
Exon
'
=>
'
Bio::EnsEMBL::DBSQL::ExonAdaptor
',
'
Gene
'
=>
'
Bio::EnsEMBL::DBSQL::GeneAdaptor
',
'
KaryotypeBand
'
=>
'
Bio::EnsEMBL::DBSQL::KaryotypeBandAdaptor
',
'
Marker
'
=>
'
Bio::EnsEMBL::Map::DBSQL::MarkerAdaptor
',
'
MarkerFeature
'
=>
'
Bio::EnsEMBL::Map::DBSQL::MarkerFeatureAdaptor
',
'
MetaCoordContainer
'
=>
'
Bio::EnsEMBL::DBSQL::MetaCoordContainer
',
'
MiscSet
'
=>
'
Bio::EnsEMBL::DBSQL::MiscSetAdaptor
',
'
MiscFeature
'
=>
'
Bio::EnsEMBL::DBSQL::MiscFeatureAdaptor
',
'
PredictionTranscript
'
=>
'
Bio::EnsEMBL::DBSQL::PredictionTranscriptAdaptor
',
'
PredictionExon
'
=>
'
Bio::EnsEMBL::DBSQL::PredictionExonAdaptor
',
'
ProteinFeature
'
=>
'
Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor
',
'
ProteinAlignFeature
'
=>
'
Bio::EnsEMBL::DBSQL::ProteinAlignFeatureAdaptor
',
'
SNP
'
=>
'
Bio::EnsEMBL::DBSQL::ProxySNPAdaptor
',
'
QtlFeature
'
=>
'
Bio::EnsEMBL::Map::DBSQL::QtlFeatureAdaptor
',
'
Qtl
'
=>
'
Bio::EnsEMBL::Map::DBSQL::QtlAdaptor
',
'
RepeatConsensus
'
=>
'
Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor
',
'
RepeatFeature
'
=>
'
Bio::EnsEMBL::DBSQL::RepeatFeatureAdaptor
',
'
Sequence
'
=>
'
Bio::EnsEMBL::DBSQL::SequenceAdaptor
',
'
SimpleFeature
'
=>
'
Bio::EnsEMBL::DBSQL::SimpleFeatureAdaptor
',
'
Slice
'
=>
'
Bio::EnsEMBL::DBSQL::SliceAdaptor
',
'
SupportingFeature
'
=>
'
Bio::EnsEMBL::DBSQL::SupportingFeatureAdaptor
',
'
Transcript
'
=>
'
Bio::EnsEMBL::DBSQL::TranscriptAdaptor
',
'
Translation
'
=>
'
Bio::EnsEMBL::DBSQL::TranslationAdaptor
',
);
my
%pairs
=
(
# Firstly those that just have an adaptor named after there object in the main DBSQL directory
map
(
{
$_
=>
"
Bio::EnsEMBL::DBSQL::
${_}
Adaptor
"
}
qw(
AffyFeature AffyArray AffyProbe Analysis ArchiveStableId
Attribute AssemblyExceptionFeature AssemblyMapper
CoordSystem CompressedSequence DBEntry DnaAlignFeature DensityFeature DensityType
Exon Gene KaryotypeBand MiscSet MiscFeature PredictionTranscript PredictionExon
ProteinFeature ProteinAlignFeature RepeatConsensus RepeatFeature Sequence SimpleFeature
Slice SupportingFeature Transcript Translation
)
),
# Those whose adaptors are in Map::DBSQL
map
(
{
$_
=>
"
Bio::EnsEMBL::Map::DBSQL::
${_}
Adaptor
"
}
qw(
Marker MarkerFeature QtlFeature Qtl
)
),
# Finally the exceptions... those that have non-standard names....
'
Blast
'
=>
'
Bio::EnsEMBL::External::BlastAdaptor
',
'
MetaCoordContainer
'
=>
'
Bio::EnsEMBL::DBSQL::MetaCoordContainer
',
'
MetaContainer
'
=>
'
Bio::EnsEMBL::DBSQL::MetaContainer
',
'
SNP
'
=>
'
Bio::EnsEMBL::DBSQL::ProxySNPAdaptor
'
);
return
(
\
%pairs
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment