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

« back to all changes in this revision

Viewing changes to Bio/Tools/Analysis/Protein/NetPhos.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: NetPhos.pm,v 1.7 2003/12/08 13:55:16 radams Exp $
 
1
# $Id: NetPhos.pm,v 1.13.4.1 2006/10/02 23:10:32 sendu Exp $
2
2
#
3
3
# BioPerl module for Bio::Tools::Analysis::Protein::NetPhos
4
4
#
5
 
# Cared for by Heikki Lehvaslaiho <heikki@ebi.ac.uk>
 
5
# Cared for by Heikki Lehvaslaiho <heikki-at-bioperl-dot-org>
6
6
#
7
7
# Copyright Richard Adams
8
8
#
70
70
Bioperl modules. Send your comments and suggestions preferably to one
71
71
of the Bioperl mailing lists.  Your participation is much appreciated.
72
72
 
73
 
  bioperl-l@bioperl.org                       - General discussion
74
 
  http://bio.perl.org/MailList.html           - About the mailing lists
 
73
  bioperl-l@bioperl.org                  - General discussion
 
74
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
75
75
 
76
76
=head2 Reporting Bugs
77
77
 
78
78
Report bugs to the Bioperl bug tracking system to help us keep track
79
 
the bugs and their resolution.  Bug reports can be submitted via email
80
 
or the web:
 
79
the bugs and their resolution.  Bug reports can be submitted via the
 
80
web:
81
81
 
82
 
  bioperl-bugs@bio.perl.org
83
 
  http://bugzilla.bioperl.org/
 
82
  http://bugzilla.open-bio.org/
84
83
 
85
84
=head1 AUTHORS
86
85
 
87
86
Richard Adams, Richard.Adams@ed.ac.uk, 
88
 
Heikki Lehvaslaiho, heikki@ebi.ac.uk
 
87
Heikki Lehvaslaiho, heikki-at-bioperl-dot-org
89
88
 
90
89
=head1 APPENDIX
91
90
 
99
98
 
100
99
 
101
100
package Bio::Tools::Analysis::Protein::NetPhos;
102
 
use vars qw(@ISA  $FLOAT );
 
101
use vars qw($FLOAT);
103
102
use strict;
104
103
use IO::String;
105
104
use Bio::SeqIO;
106
105
use HTTP::Request::Common qw (POST);
107
106
use Bio::SeqFeature::Generic;
108
 
use Bio::Tools::Analysis::SimpleAnalysisBase;
109
107
 
110
 
@ISA = qw(Bio::Tools::Analysis::SimpleAnalysisBase);
 
108
use base qw(Bio::Tools::Analysis::SimpleAnalysisBase);
111
109
 
112
110
    $FLOAT = '[+-]?\d*\.\d*';
113
111
    my $URL = 'http://www.cbs.dtu.dk/cgi-bin/nph-webface';
148
146
 
149
147
 
150
148
=head2 result
151
 
 
 
149
 
152
150
 Name    : result
153
151
 Usage   : $job->result (...)
154
152
 Returns : a result created by running an analysis