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-test
Commits
5a360b3b
Commit
5a360b3b
authored
Aug 20, 2002
by
David Barnwell
Browse files
Use Bio::EnsEMBL::Root.
parent
dd454810
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/Bio/EnsEMBL/Test/CheckerI.pm
modules/Bio/EnsEMBL/Test/CheckerI.pm
+2
-1
No files found.
modules/Bio/EnsEMBL/Test/CheckerI.pm
View file @
5a360b3b
...
...
@@ -42,9 +42,10 @@ use strict;
use
Bio::EnsEMBL::DBSQL::
ExonAdaptor
;
use
Bio::EnsEMBL::
Intron
;
use
Bio::EnsEMBL::
Root
;
@ISA
=
qw(
Bio::
Root
::Root
I
)
;
@ISA
=
qw(Bio::
EnsEMBL
::Root)
;
sub
ignorewarnings
{
my
(
$self
,
$arg
)
=
@_
;
...
...
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