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::ParallelAllAgainstAllBlast - Run all against all blast in parallel

Author

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

Name

       Bio::Roary::ParallelAllAgainstAllBlast - Run all against all blast in parallel

Synopsis

       Run blastp in parallel over a FASTA file of proteins
          use Bio::Roary::ParallelAllAgainstAllBlast;

          my $obj = Bio::Roary::ParallelAllAgainstAllBlast->new(
            fasta_file   => 'abc.fa',
          );
          $obj->run();

Version

       version 3.13.0

See Also