Releases: campbio/scruff
Releases · campbio/scruff
v1.19.1
Speed boost by refactoring parallel processing using parallel and parallelly.
- Refactored parallel processing in
demultiplex,alignRsubread, andcountUMI. - Use
parallelly::availableCores()instead ofparallel::detectCores(). - Use
parallelly::supportsMulticore()instead of.Platform$OS.type == "windows"to check operating system.
v1.10.1
- Fixed bugs related to using new readGFF function
- Added a NEWS.md file to track changes to the package.