diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm index d823bd09632dc60330ae2991dd6036f39c2b7b0c..11f9ed794468fb0799a716576a4d0967a4dcd0fb 100644 --- a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm @@ -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