~ubuntu-branches/ubuntu/oneiric/bioperl/oneiric

« back to all changes in this revision

Viewing changes to Bio/FeatureIO/ptt.pm

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2009-03-10 07:19:11 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090310071911-ever3si2bbzx1iks
Tags: 1.6.0-2
* Removed patch system (not used):
  - removed instuctions in debian/rules;
  - removed quilt from Build-Depends in debian/control.
* Re-enabled tests:
  - uncommented test command in debian/rules;
  - uncommented previously missing build-dependencies in debian/control.
  - Re-enabled tests and uncommented build-dependencies accordingly.
* Removed libmodule-build-perl and libtest-harness-perl from
  Build-Depends-Indep (provided by perl-modules).
* Better cleaning of empty directories using find -type d -empty -delete
  instead of rmdir in debian/rules (LP: #324001).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
all their published genomes found in L<ftp://ftp.ncbi.nih.gov/genomes/>.
27
27
It has the following format:
28
28
 
29
 
==over 4
 
29
=over 4
30
30
 
31
31
=item Line 1
32
32
 
63
63
 eg. "2491..3423  + 310 24217063  metF  LB002 - COG0685E  5,10-methylenetetrahydrofolate reductase"
64
64
 
65
65
 
66
 
==back
 
66
=back
67
67
 
68
68
=head1 FEEDBACK
69
69
 
104
104
 
105
105
package Bio::FeatureIO::ptt;
106
106
 
107
 
require 5.006_001;
108
 
 
109
107
use strict;
110
108
use base qw(Bio::FeatureIO);
111
109
use Bio::SeqFeature::Generic;