From 5627cf6b161f5a70e52258210a6a0f9f761cd54b Mon Sep 17 00:00:00 2001 From: James Eapen Date: Fri, 8 Nov 2024 09:32:36 -0500 Subject: [PATCH] docs(threads): add query_chroms as OpenMP function --- R/threads.R | 1 + man/set_threads.Rd | 1 + 2 files changed, 2 insertions(+) diff --git a/R/threads.R b/R/threads.R index 4cc7878..caf186d 100644 --- a/R/threads.R +++ b/R/threads.R @@ -76,6 +76,7 @@ get_threads <- function() { #' Functions currently using OpenMP: #' - `summarize_regions()` #' - `query_all()` +#' - `query_chroms()` #' #' @export #' diff --git a/man/set_threads.Rd b/man/set_threads.Rd index 928aec4..202d483 100644 --- a/man/set_threads.Rd +++ b/man/set_threads.Rd @@ -49,6 +49,7 @@ Functions currently using OpenMP: \itemize{ \item \code{summarize_regions()} \item \code{query_all()} +\item \code{query_chroms()} } } \examples{