R/IndexingSequentialParallel.R

#' Indexing sequential parallel
#'
#' @param basename output basename
#' @param reference reference genome
#' @param gappedIndex gapped structure
#' @param indexSplit split structure
#' @param memory handling memory
#' @param TH_subread threshold memory usage
IndexingSequentialParallel <- function (basename, reference,
                                        gappedIndex, indexSplit,
                                        memory, TH_subread) {
  Rsubread::buildindex(
    basename = basename,
    reference = reference,
    gappedIndex = gappedIndex,
    indexSplit = indexSplit,
    memory = memory,
    TH_subread = TH_subread
  )
} # close IndexingSequentialParallel function

Try the inDAGO package in your browser

Any scripts or data that you put into this service are public.

inDAGO documentation built on Aug. 8, 2025, 7:47 p.m.