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::Output::GroupsMultifastas - Take in a list of groups and create multifastas files for each

Author

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

Name

       Bio::Roary::Output::GroupsMultifastas - Take in a list of groups and create multifastas files for each
       group

Synopsis

       Take in a list of groups and create multifastas files for each group
          use Bio::Roary::Output::GroupsMultifastas;

          my $obj = Bio::Roary::Output::GroupsMultifastas->new(
              group_names      => ['aaa','bbb'],
              analyse_groups  => $analyse_groups
            );
          $obj->create_files();

Version

       version 3.13.0

See Also