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::GroupsMultifastaProtein - Take a multifasta nucleotide file and output it as

Author

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

Name

       Bio::Roary::Output::GroupsMultifastaProtein - Take a multifasta nucleotide file and output it as
       proteins.

Synopsis

       Take a multifasta nucleotide file and output it as proteins.
          use Bio::Roary::Output::GroupsMultifastaProtein;

          my $obj = Bio::Roary::Output::GroupsMultifastaProtein->new(
              nucleotide_fasta_file => 'example.fa'
            );
          $obj->convert_nucleotide_to_protein();

Version

       version 3.13.0

See Also