logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bio::Roary::PrepareInputFiles - Take in a mixture of FASTA and GFF input files and output FASTA proteomes

Author

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

Name

       Bio::Roary::PrepareInputFiles - Take in a mixture of FASTA and GFF input files and output FASTA proteomes
       only

Synopsis

       Take in a mixture of FASTA and GFF input files and output FASTA proteomes only
          use Bio::Roary::PrepareInputFiles;

          my $obj = Bio::Roary::PrepareInputFiles->new(
            input_files   => ['abc.gff','ddd.faa'],
          );
          $obj->fasta_files;

Version

       version 3.13.0

See Also