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

« back to all changes in this revision

Viewing changes to Bio/PrimarySeqI.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: PrimarySeqI.pm 11281 2007-03-08 17:40:32Z nathan $
 
1
# $Id: PrimarySeqI.pm 16123 2009-09-17 12:57:27Z cjfields $
2
2
#
3
3
# BioPerl module for Bio::PrimarySeqI
4
4
#
 
5
# Please direct questions and support issues to <bioperl-l@bioperl.org> 
 
6
#
5
7
# Cared for by Ewan Birney <birney@ebi.ac.uk>
6
8
#
7
9
# Copyright Ewan Birney
86
88
  bioperl-l@bioperl.org                  - General discussion
87
89
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
88
90
 
 
91
=head2 Support 
 
92
 
 
93
Please direct usage questions or support issues to the mailing list:
 
94
 
 
95
I<bioperl-l@bioperl.org>
 
96
 
 
97
rather than to the module maintainer directly. Many experienced and 
 
98
reponsive experts will be able look at the problem and quickly 
 
99
address it. Please include a thorough description of the problem 
 
100
with code and data examples if at all possible.
 
101
 
89
102
=head2 Reporting Bugs
90
103
 
91
104
Report bugs to the Bioperl bug tracking system to help us keep track
406
419
       $self->_attempt_to_load_Seq();
407
420
   }
408
421
   my $out = $seqclass->new( '-seq' => $revseq,
 
422
                             '-is_circular'  => $self->is_circular,
409
423
                             '-display_id'  => $self->display_id,
410
424
                             '-accession_number' => $self->accession_number,
411
425
                             '-alphabet' => $self->alphabet,