Skip to content

v1.19.1

Latest
Compare
Choose a tag to compare
@zhewa zhewa released this 27 May 17:37
· 4 commits to devel since this release
878d109

Speed boost by refactoring parallel processing using parallel and parallelly.

  • Refactored parallel processing in demultiplex, alignRsubread, and countUMI.
  • Use parallelly::availableCores() instead of parallel::detectCores().
  • Use parallelly::supportsMulticore() instead of .Platform$OS.type == "windows" to check operating system.