~ubuntu-branches/ubuntu/lucid/bioperl/lucid

« back to all changes in this revision

Viewing changes to Bio/DB/GFF/Aggregator/clone.pm

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2004-04-18 14:24:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040418142411-gr92uexquw4w8liq
Tags: 1.4-1
* New upstream release
* Examples and working code are installed by default to usr/bin,
  this has been moved to usr/share/doc/bioperl/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                                   -aggregator => ['transcript','clone'],
13
13
                                 );
14
14
 
 
15
 ----------------------------------------------------------------------------
 
16
 Aggregator method: clone
 
17
 Main method:       -none-
 
18
 Sub methods:       Clone_left_end Clone_right_end Sequence:Genomic_canonical
 
19
 ----------------------------------------------------------------------------
15
20
 
16
21
=head1 DESCRIPTION
17
22
 
28
33
use strict;
29
34
 
30
35
use Bio::DB::GFF::Aggregator;
31
 
use vars qw($VERSION @ISA);
 
36
use vars qw(@ISA);
32
37
 
33
 
$VERSION = '0.20';
34
38
@ISA = qw(Bio::DB::GFF::Aggregator);
35
39
 
36
40
=head2 aggregate