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

Guess what? Pod split to cover methods independently

parent 1d7ea1b1
No related branches found
No related tags found
No related merge requests found
......@@ -840,7 +840,7 @@ sub list_pairs {
} ## end sub list_pairs
=head2 from, to
=head2 to
Arg 1 Bio::EnsEMBL::Mapper::Unit $id
id of 'source' sequence
......@@ -862,6 +862,17 @@ sub to {
return $self->{'to'};
}
=head2 from
Arg 1 Bio::EnsEMBL::Mapper::Unit $id
id of 'source' sequence
Function accessor method form the 'source'
and 'target' in a Mapper::Pair
Returntype Bio::EnsEMBL::Mapper::Unit
Exceptions none
Caller Bio::EnsEMBL::Mapper
=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