Check if HMMER is installed and return path to an executable
get_hmmer_path(command, hmmer.path = NULL, error = TRUE,
verbose = FALSE)Which command to get the path for. For example "hmmsearch".
If TRUE, throw an error if HMMER is not installed.
If TRUE, print progress reports.
Where to look for HMMER. By default it will look on the search path.
TRUE/FALSE