~ubuntu-branches/ubuntu/precise/bioperl/precise

« back to all changes in this revision

Viewing changes to Bio/SeqIO/largefasta.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-27 22:48:22 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100127224822-ebot4qbrjxcv38au
Tags: 1.6.1-1ubuntu1
* Merge from Debian testing, remaining changes:
  - disable tests, they produce a FTBFS trying to access the network 
    during run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: largefasta.pm 11480 2007-06-14 14:16:21Z sendu $
 
1
# $Id: largefasta.pm 16123 2009-09-17 12:57:27Z cjfields $
2
2
# BioPerl module for Bio::SeqIO::largefasta
3
3
#
 
4
# Please direct questions and support issues to <bioperl-l@bioperl.org> 
 
5
#
4
6
# Cared for by Jason Stajich
5
7
#
6
8
# Copyright Jason Stajich
49
51
  bioperl-l@bioperl.org                  - General discussion
50
52
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
51
53
 
 
54
=head2 Support 
 
55
 
 
56
Please direct usage questions or support issues to the mailing list:
 
57
 
 
58
I<bioperl-l@bioperl.org>
 
59
 
 
60
rather than to the module maintainer directly. Many experienced and 
 
61
reponsive experts will be able look at the problem and quickly 
 
62
address it. Please include a thorough description of the problem 
 
63
with code and data examples if at all possible.
 
64
 
52
65
=head2 Reporting Bugs
53
66
 
54
67
Report bugs to the Bioperl bug tracking system to help us keep track
93
106
 Title   : next_seq
94
107
 Usage   : $seq = $stream->next_seq()
95
108
 Function: returns the next sequence in the stream
96
 
 Returns : Bio::Seq object
 
109
 Returns : A Bio::Seq::LargePrimarySeq object
97
110
 Args    : NONE
98
111
 
99
112
=cut