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::ExtractProteomeFromGFFs - Take in GFF files and create protein sequences in FASTA format

Author

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

Name

       Bio::Roary::ExtractProteomeFromGFFs - Take in GFF files and create protein sequences in FASTA format

Synopsis

       Take in GFF files and create protein sequences in FASTA format
          use Bio::Roary::ExtractProteomeFromGFFs;

          my $plot_groups_obj = Bio::Roary::ExtractProteomeFromGFFs->new(
              gff_files        => $fasta_files,
            );
          $plot_groups_obj->fasta_files();

Version

       version 3.13.0

See Also