Skip to content
Snippets Groups Projects
Commit 0ff72061 authored by Will Spooner's avatar Will Spooner
Browse files

s/coord_systems/CoordSystems/g in docs

parent 9fe74918
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,8 @@ sub new {
The ordering of the coodinate systems is arbitrary.
The following two statements are equivalent:
$mapper = $asma->fetch_by_coord_systems($cs1,$cs2);
$mapper = $asma->fetch_by_coord_systems($cs2,$cs1);
$mapper = $asma->fetch_by_CoordSystems($cs1,$cs2);
$mapper = $asma->fetch_by_CoordSystems($cs2,$cs1);
Returntype : Bio::EnsEMBL::AssemblyMapper
Exceptions : none
Caller : general
......@@ -960,7 +960,7 @@ sub register_contig {
sub fetch_by_type{
my ($self,$type) = @_;
deprecate('Use fetch_by_coord_systems instead');
deprecate('Use fetch_by_CoordSystems instead');
#assume that what the user wanted was a mapper between the sequence coord
#level and the top coord level
......
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