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

« back to all changes in this revision

Viewing changes to scripts/seqstats/aacomp.PLS

  • 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
1
#!perl -w
2
2
use strict;
3
3
use Carp;
4
 
# $Id: aacomp.PLS,v 1.2 2003/03/26 09:20:02 heikki Exp $
 
4
# $Id: aacomp.PLS,v 1.5 2006/07/04 22:23:29 mauricio Exp $
5
5
 
6
6
use Bio::SeqIO;
7
7
use Getopt::Long;
110
110
Bioperl modules. Send your comments and suggestions preferably to
111
111
the Bioperl mailing list.  Your participation is much appreciated.
112
112
 
113
 
  bioperl-l@bioperl.org              - General discussion
114
 
  http://bioperl.org/MailList.shtml  - About the mailing lists
 
113
  bioperl-l@bioperl.org                  - General discussion
 
114
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
115
115
 
116
116
=head2 Reporting Bugs
117
117
 
118
118
Report bugs to the Bioperl bug tracking system to help us keep track
119
 
of the bugs and their resolution. Bug reports can be submitted via
120
 
email or the web:
 
119
of the bugs and their resolution. Bug reports can be submitted via the
 
120
web:
121
121
 
122
 
  bioperl-bugs@bioperl.org
123
 
  http://bugzilla.bioperl.org/
 
122
  http://bugzilla.open-bio.org/
124
123
 
125
124
=head1 AUTHOR - Jason Stajich
126
125