Skip to content
Snippets Groups Projects
Commit 7d6992d3 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Wish I knew who had combined method documentation for so many methods. Very inconvenient.

parent 42e27976
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ sub new {
bless( { 'from' => $from, 'to' => $to, 'ori' => $ori }, $class );
}
=head2 from, to
=head2 to
Arg 1 Bio::EnsEMBL::Mapper::Unit $seqobj
from and to represent the two regions
......@@ -70,6 +70,18 @@ sub to {
return $self->{'to'};
}
=head2 from
Arg 1 Bio::EnsEMBL::Mapper::Unit $seqobj
from and to represent the two regions
which are mapped to each other
Function accessor method
Returntype Bio::EnsEMBL::Mapper::Unit
Exceptions none
Caller Bio::EnsEMBL::Mapper::Pair
Status : Stable
=cut
sub from {
my ( $self, $value ) = @_;
......
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