R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  ## disable ShortRead OpenMP (which crashes FastqStreamer when invoked inside a mcparallel() statement)
  .Call(ShortRead:::.set_omp_threads, 1L)
}

Try the HTSeqGenie package in your browser

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

HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.