Skip to content

Commit

Permalink
handling accession numbers and descriptions
Browse files Browse the repository at this point in the history
svn path=/bioperl-corba-client/trunk/; revision=52
  • Loading branch information
birney committed Feb 26, 2002
1 parent 80ca586 commit 806f159
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Bio/CorbaClient/PrimarySeq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ sub species {
return undef;
}

sub description {
my $self= shift;

return $self->corbaref->get_description();
}


=head2 display_id
Expand Down Expand Up @@ -270,8 +276,8 @@ sub version {
=cut

sub desc {
# no support for this in current implementation
return '';
my $self = shift;
return $self->description();
}


Expand Down

0 comments on commit 806f159

Please sign in to comment.