This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Release 0.5.0
Release 0.5.0 is a minor release and includes the following changes:
- Attempt to alleviate scheduling bottleneck in dagr when there are lots of short running tasks (#332)
- Builds with scala 2.12.6 by default, and cross builds with 2.11.12 (was 2.11.11 by default and 2.12.2 otherwise) (#332)
- Reduce CPU requirement to 0.1 for trivial
InJvm
jobs (#332) - Exposed the option to ignore unexpected barcodes in
IlluminaBasecallsToSam
- Updated the readme with more documentation (#335)
ErrorRateByReadPosition
does pileups, which require memory linear to the depth. Usually it runs just fine in 4G, but in very deep data it will run out of memory. (#333)- Added support for VarDict to call multiple alleles at the same site (#334)
- Propagate failures to parent tasks (tasks that created the failed task) (#329)