~ubuntu-branches/ubuntu/raring/bioperl/raring

« back to all changes in this revision

Viewing changes to Bio/SearchIO/Writer/HSPTableWriter.pm

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2008-03-18 14:44:57 UTC
  • mfrom: (4 hardy)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080318144457-1jjoztrvqwf0gruk
* debian/control:
  - Removed MIA Matt Hope (dopey) from the Uploaders field.
    Thank you for your work, Matt. I hope you are doing well.
  - Downgraded some recommended package to the 'Suggests' priority,
    according to the following discussion on Upstream's mail list.
    http://bioperl.org/pipermail/bioperl-l/2008-March/027379.html
    (Closes: #448890)
* debian/copyright converted to machine-readable format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: HSPTableWriter.pm,v 1.12 2002/11/23 15:32:24 jason Exp $
 
1
# $Id: HSPTableWriter.pm,v 1.17.4.1 2006/10/02 23:10:27 sendu Exp $
2
2
 
3
3
=head1 NAME
4
4
 
121
121
Bioperl modules.  Send your comments and suggestions preferably to one
122
122
of the Bioperl mailing lists.  Your participation is much appreciated.
123
123
 
124
 
    bioperl-l@bioperl.org              - General discussion
125
 
    http://bio.perl.org/MailList.html  - About the mailing lists
 
124
  bioperl-l@bioperl.org                  - General discussion
 
125
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
126
126
 
127
127
=head2 Reporting Bugs
128
128
 
129
129
Report bugs to the Bioperl bug tracking system to help us keep track
130
 
the bugs and their resolution. Bug reports can be submitted via email
131
 
or the web:
 
130
the bugs and their resolution. Bug reports can be submitted via the
 
131
web:
132
132
 
133
 
    bioperl-bugs@bio.perl.org                   
134
 
    http://bugzilla.bioperl.org/           
 
133
  http://bugzilla.open-bio.org/           
135
134
 
136
135
=head1 AUTHOR 
137
136
 
163
162
package Bio::SearchIO::Writer::HSPTableWriter;
164
163
 
165
164
use strict;
166
 
use Bio::SearchIO::Writer::ResultTableWriter;
167
165
 
168
 
use vars qw( @ISA );
169
 
@ISA = qw( Bio::SearchIO::Writer::ResultTableWriter );
 
166
use base qw(Bio::SearchIO::Writer::ResultTableWriter);
170
167
 
171
168
 
172
169
# Array fields: column, object, method[/argument], printf format, column label