Bio-DOOP-DOOP
view release on metacpan or search on metacpan
lib/Bio/DOOP/Sequence.pm view on Meta::CPAN
my $version = $seq->get_ver;
=cut
sub get_ver {
my $self = shift;
return($self->{VERSION});
}
=head2 get_annot_id
Returns the sequence annotation primary id. This is the internal ID from the MySQL database.
Return type: string
my $annotation_id = $seq->get_annot_id;
=cut
sub get_annot_id {
my $self = shift;
return($self->{ANNOT});
}
=head2 get_orig_id
This method is not yet implemented.
=cut
( run in 1.140 second using v1.01-cache-2.11-cpan-0a987023a57 )