R/getMostRecentCacheBuild.R

Defines functions getMostRecentCacheBuild

Documented in getMostRecentCacheBuild

#' Indicate what the most recent ENSEMBL build is that we have cached (manually)
#'
#' @return  build           a numeric indicator for the most recent cached build
#'
#' @export
getMostRecentCacheBuild <- function() return(84)  
RamsinghLab/TxDbLite documentation built on March 14, 2021, 10:49 a.m.