Skip to content
Snippets Groups Projects
Commit d1a7d97d authored by Nathan Johnson's avatar Nathan Johnson
Browse files

Removed references to Oligo and Affy as now in efg

parent a3d4c21a
No related branches found
No related tags found
No related merge requests found
......@@ -193,14 +193,12 @@ SELECT DISTINCT analysis_id FROM %s |;
sub feature_classes{
# Can't think of a way to do this programatically, so hard-coded
return qw(
AffyFeature
DensityFeature
DnaAlignFeature
Gene
PredictionTranscript
MarkerFeature
OligoFeature
ProteinAlignFeature
ProteinAlignFeature
ProteinFeature
QtlFeature
RepeatFeature
......
......@@ -298,14 +298,12 @@ sub get_available_adaptors {
# 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
Analysis ArchiveStableId Attribute
AssemblyExceptionFeature AssemblyMapper CoordSystem
CompressedSequence DBEntry DnaAlignFeature
DensityFeature DensityType Exon
Gene KaryotypeBand MiscSet
MiscFeature OligoArray OligoFeature
OligoProbe PredictionTranscript PredictionExon
MiscFeature PredictionTranscript PredictionExon
ProteinFeature ProteinAlignFeature RepeatConsensus
RepeatFeature Sequence SimpleFeature
Slice SupportingFeature Transcript
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment