logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::DB::GFF::Aggregator::none -- No aggregation

Description

       Bio::DB::GFF::Aggregator::none can be used to indicate that you do not want any aggregation performed.
       It is equivalent to providing undef to the -aggregator argument.  It overrides disaggregate() and
       aggregate() so that they do exactly nothing.

perl v5.30.0                                       2020-01-13                Bio::DB::GFF::Aggregator::none(3pm)

Name

       Bio::DB::GFF::Aggregator::none -- No aggregation

Synopsis

         use Bio::DB::GFF;

         # Open the sequence database
         my $db      = Bio::DB::GFF->new( -adaptor => 'dbi:mysql',
                                          -dsn     => 'dbi:mysql:elegans42',
                                          -aggregator => 'none'
                                        );

See Also