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::Prank - Wrapper to run prank

Author

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

Name

       Bio::Roary::External::Prank - Wrapper to run prank

Synopsis

       Wrapper to run cd-hit
          use Bio::Roary::External::Prank;

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

Version

       version 3.13.0

See Also