Find path to a binary Wrapper for Sys.which to find path to a binary
Source:R/minimap2_align.R
find_bin.Rd
This function is a wrapper for base::Sys.which
to find the path
to a command. It also searches within the FLAMES
basilisk conda
environment. This function also replaces "" with NA
in the
output of base::Sys.which
to make it easier to check if the
binary is found.