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::GroupsMultifastaNucleotide - Take in a GFF files and a groups file and output one

Author

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

Name

       Bio::Roary::Output::GroupsMultifastaNucleotide - Take in a GFF files and a groups file and output one
       multifasta file per group with nucleotide sequences.

Synopsis

       Take in a GFF files and a groups file and output one multifasta file per group with nucleotide sequences.
          use Bio::Roary::Output::GroupsMultifastas;

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

Version

       version 3.13.0

See Also