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::Roary::GroupStatistics - Add labels to the groups

Author

       Andrew J. Page <ap13@sanger.ac.uk>

Name

       Bio::Roary::GroupStatistics - Add labels to the groups

Synopsis

       Add labels to the groups
          use Bio::Roary::GroupStatistics;

          my $obj = Bio::Roary::GroupStatistics->new(
            output_filename => 'group_statitics.csv',
            annotate_groups_obj => $annotate_groups_obj,
            analyse_groups_obj  => $analyse_groups_obj
          );
          $obj->create_spreadsheet;

Version

       version 3.13.0

See Also