Skip to content
Snippets Groups Projects
Commit bde3f098 authored by Graham McVicker's avatar Graham McVicker
Browse files

removed use of Bio::DBLinkContainerI

parent 4efb53af
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,11 @@ use strict;
use Bio::EnsEMBL::Root;
use Bio::EnsEMBL::TranscriptI;
use Bio::DBLinkContainerI;
use Bio::Annotation::DBLink;
use Bio::EnsEMBL::DBEntry;
@ISA = qw(Bio::EnsEMBL::Root Bio::DBLinkContainerI);
@ISA = qw(Bio::EnsEMBL::Root);
# new() is inherited from Bio::Root::Object
# _initialize is where the heavy stuff will happen when new is called
......
......@@ -56,7 +56,6 @@ use Bio::EnsEMBL::Root;
use Bio::SeqI;
use Bio::EnsEMBL::Transcript;
use Bio::DBLinkContainerI;
use Bio::SeqIO;
use Bio::Tools::SeqStats;
......
......@@ -58,11 +58,10 @@ use Bio::EnsEMBL::Root;
use Bio::EnsEMBL::Exon;
use Bio::EnsEMBL::Intron;
use Bio::EnsEMBL::Translation;
use Bio::DBLinkContainerI;
use Bio::EnsEMBL::TranscriptI;
use Bio::EnsEMBL::Mapper;
@ISA = qw(Bio::EnsEMBL::Root Bio::DBLinkContainerI Bio::EnsEMBL::TranscriptI);
@ISA = qw(Bio::EnsEMBL::Root Bio::EnsEMBL::TranscriptI);
# new() is inherited from Bio::Root::Object
sub new {
......
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