~ubuntu-branches/ubuntu/trusty/bioperl/trusty

« back to all changes in this revision

Viewing changes to Bio/Matrix/IO.pm

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-09-22 13:39:48 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130922133948-c6z62zegjyp7ztou
Tags: 1.6.922-1
* New upstream release.
* Replaces and Breaks grinder (<< 0.5.3-3~) because of overlaping contents.
  Closes: #722910
* Stop Replacing and Breaking bioperl ( << 1.6.9 ): not needed anymore. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
  use Bio::Matrix::IO;
21
21
  my $parser = Bio::Matrix::IO->new(-format => 'scoring',
22
 
                                   -file   => 'BLOSUMN50');
 
22
                                    -file   => 'BLOSUMN50');
23
23
 
24
24
  my $matrix = $parser->next_matrix;
25
25
 
159
159
}
160
160
 
161
161
 
 
162
=head2 format
 
163
 
 
164
 Title   : format
 
165
 Usage   : $format = $obj->format()
 
166
 Function: Get the matrix format
 
167
 Returns : matrix format
 
168
 Args    : none
 
169
 
 
170
=cut
 
171
 
 
172
# format() method inherited from Bio::Root::IO
 
173
 
 
174
 
162
175
=head2 next_matrix
163
176
 
164
177
 Title   : next_matrix