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::Makeblastdb - Wrapper around NCBIs makeblastdb command

Author

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

Methods

output_database
       Returns the path to the temporary blast database files

Name

       Bio::Roary::External::Makeblastdb - Wrapper around NCBIs makeblastdb command

Synopsis

       Take in a fasta file and create a temporary blast database.

          use Bio::Roary::External::Makeblastdb;

          my $blast_database= Bio::Roary::External::Makeblastdb->new(
            fasta_file => 'contigs.fa',
            exec       => 'makeblastdb'
          );

          $blast_database->run();

Version

       version 3.13.0

See Also