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

« back to all changes in this revision

Viewing changes to Bio/Tools/EMBOSS/Palindrome.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: Palindrome.pm,v 1.2 2003/10/25 15:00:58 heikki Exp $
 
1
# $Id: Palindrome.pm,v 1.4.4.1 2006/10/02 23:10:33 sendu Exp $
2
2
#
3
3
# BioPerl module for Bio::Tools::EMBOSS::Palindrome
4
4
#
50
50
Bioperl modules. Send your comments and suggestions preferably to
51
51
the Bioperl mailing list.  Your participation is much appreciated.
52
52
 
53
 
  bioperl-l@bioperl.org              - General discussion
54
 
  http://bioperl.org/MailList.shtml  - About the mailing lists
 
53
  bioperl-l@bioperl.org                  - General discussion
 
54
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
55
55
 
56
56
=head2 Reporting Bugs
57
57
 
59
59
of the bugs and their resolution. Bug reports can be submitted via
60
60
email or the web:
61
61
 
62
 
  http://bugzilla.bioperl.org/
 
62
  http://bugzilla.open-bio.org/
63
63
 
64
64
=head1 AUTHOR - Jason Stajich
65
65
 
66
66
Email jason-at-bioperl-dot-org
67
67
 
68
 
Describe contact details here
69
 
 
70
 
=head1 CONTRIBUTORS
71
 
 
72
 
Additional contributors names and emails here
73
 
 
74
68
=head1 APPENDIX
75
69
 
76
70
The rest of the documentation details each of the object methods.
83
77
 
84
78
 
85
79
package Bio::Tools::EMBOSS::Palindrome;
86
 
use vars qw(@ISA $DEFAULT_SOURCETAG);
 
80
use vars qw($DEFAULT_SOURCETAG);
87
81
use strict;
88
82
 
89
 
use Bio::Root::IO;
90
83
use Bio::SeqFeature::FeaturePair;
91
84
use Bio::SeqFeature::Generic;
92
85
 
93
 
@ISA = qw(Bio::Root::IO);
 
86
use base qw(Bio::Root::IO);
94
87
$DEFAULT_SOURCETAG = 'palindrome';
95
88
 
96
89
=head2 new