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

« back to all changes in this revision

Viewing changes to Bio/SearchIO/exonerate.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:
253
253
                 (\d+)\s+(\d+)\s+([\-\+\.])\s+ # query start-end-strand
254
254
                 (\S+)\s+                      # target sequence id
255
255
                 (\d+)\s+(\d+)\s+([\-\+])\s+   # target start-end-strand
256
 
                 (\d+)\s+                      # score
 
256
                 (-?\d+)\s+                    # score
257
257
                 //ox ) {
258
258
           next if( $self->cigar || $self->{'_seencigar'});
259
259
           $self->{'_vulgar'}++;
366
366
                 (\d+)\s+(\d+)\s+([\-\+])\s+   # query start-end-strand
367
367
                 (\S+)\s+                      # target sequence id
368
368
                 (\d+)\s+(\d+)\s+([\-\+])\s+   # target start-end-strand
369
 
                 (\d+)\s+                      # score
 
369
                 (-?\d+)\s+                    # score
370
370
                 //ox ) {
371
371
           next if( $self->vulgar || $self->{'_seenvulgar'});
372
372
           $self->{'_cigar'}++;