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

Author

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

Name

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

Synopsis

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

          my $obj = Bio::Roary::GroupLabels->new(
            groups_filename   => 'abc.groups',
            output_filename => 'output.groups'
          );
          $obj->add_labels;

Version

       version 3.13.0

See Also