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::AnnotateGroups - Take in a group file and associated GFF files for the isolates and update

Author

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

Name

       Bio::Roary::AnnotateGroups - Take in a group file and associated GFF files for the isolates and update
       the group name to the gene name

Synopsis

       Take in a group file and associated GFF files for the isolates and update the group name to the gene name
          use Bio::Roary::AnnotateGroups;

          my $obj = Bio::Roary::AnnotateGroups->new(
            gff_files   => ['abc.gff','efg.gff'],
            output_filename   => 'example_output.fa',
            groups_filename => 'groupsfile',
          );
          $obj->reannotate;

Version

       version 3.13.0

See Also