blast_version: Get BLAST Version

View source: R/blast_version.R

blast_versionR Documentation

Get BLAST Version

Description

Gets the version of a BLAST program.

Usage

blast_version(blast_command = "blastn")

Arguments

blast_command

String specifying the path to a BLAST program. The default ('blastn') should return the version of the blastn program for standard BLAST installations. The user can provide a path to a BLAST program for non-standard BLAST installations.

Value

Returns a string of the version of the BLAST program.

Examples

blast_version()

LocaTT documentation built on Nov. 2, 2023, 6:09 p.m.