R/getKallistoVersion.R

Defines functions getKallistoVersion

Documented in getKallistoVersion

#' get the running version of Kallisto in the default path (if there is one)
#' 
#' @return  a string (the version of Kallisto that was found)
#' @importFrom TxDbLite strpop
#' @export
getKallistoVersion <- function() {
  strpop(system2("kallisto", args="version", stdout=TRUE))
}
RamsinghLab/arkas documentation built on March 14, 2021, 11:39 a.m.