Skip to content

v1.1.6: Update version.py

Latest
Compare
Choose a tag to compare
@TomSmithCGAT TomSmithCGAT released this 03 Oct 10:15
3f2cb4f

UMI-tools output is now deterministic with --random-seed

Many users have had issues with making UMI-tools deterministic, which previously relied upon both --random-seed and the enivornmental variable PYTHONHASHSEED being set. From v1.1.6 only --random seed is required.

Please note that in some cases the implemented solution may make the output from v.1.1.6 different to previous versions, even if --random-seed is set to the same value. The differences will be very slight and the different outputs represent equally sensible UMI grouping/deduplication since they relate only to how ties are broken.

Thank you @TyberiusPrime, @christianbioinf and others for their suggestions for how to remove the dependency on PYTHONHASHSEED for deterministic output.

New features

Bugfix

Documentation

  • FAQ entry regarding identification of possible duplicates reads/pairs - @TomSmithCGAT in #631
  • Improved docs regarding chimeric/unmapped/unpaired read pairs - @TomSmithCGAT in #629

Other

New Contributors

Full Changelog: 1.1.5...v1.1.6