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::External::GeneAlignmentFromNucleotides - Take in multi-FASTA files of nucleotides and align

Author

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

Methods

output_file
       Returns the path to the results file

Name

       Bio::Roary::External::GeneAlignmentFromNucleotides - Take in multi-FASTA files of nucleotides and align
       each file with PRANK or MAFFT

Synopsis

       Take in multi-FASTA files of nucleotides and align each file with PRANK or MAFFT

          use Bio::Roary::External::GeneAlignmentFromNucleotides;

          my $seg = Bio::Roary::External::GeneAlignmentFromNucleotides->new(
            fasta_files => [],
          );

          $seg->run();

Version

       version 3.13.0

See Also