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::Mafft - Wrapper to run mafft

Author

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

Name

       Bio::Roary::External::Mafft - Wrapper to run mafft

Synopsis

       Wrapper to run mafft
          use Bio::Roary::External::Mafft;

               my $mafft_obj = Bio::Roary::External::Mafft->new(
                 input_filename  => $fasta_file,
                 output_filename => $fasta_file.'.aln',
                 job_runner      => 'Local'
               );
               $mafft_obj->run();

Version

       version 3.13.0

See Also