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
Commits
f599362e
Commit
f599362e
authored
Aug 05, 2013
by
Alessandro Vullo
Browse files
Removed deprecated methods
parent
d4150b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
43 deletions
+0
-43
modules/Bio/EnsEMBL/CircularSlice.pm
modules/Bio/EnsEMBL/CircularSlice.pm
+0
-43
No files found.
modules/Bio/EnsEMBL/CircularSlice.pm
View file @
f599362e
...
...
@@ -1107,48 +1107,5 @@ sub is_circular {
return
$self
->
{'
circular
'};
}
# sub DEPRECATED METHODS #
###############################################################################
=head1 DEPRECATED METHODS
=cut
=head2 chr_name
DEPRECATED use seq_region_name() instead
=cut
sub
chr_name
{
deprecate
("
Use seq_region_name() instead
");
seq_region_name
(
@
_
);
}
=head2 chr_start
DEPRECATED use start() instead
=cut
sub
chr_start
{
deprecate
('
Use start() instead
');
start
(
@
_
);
}
=head2 chr_end
DEPRECATED use end() instead
Returntype : int
Exceptions : none
Caller : SliceAdaptor, general
=cut
sub
chr_end
{
deprecate
('
Use end() instead
');
end
(
@
_
);
}
1
;
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