Skip to content

Release 2.3.3

Choose a tag to compare

@JustinChu JustinChu released this 26 Aug 17:16
· 34 commits to master since this release

Changes:

  • Added option for biobloomcategorizer to use dust filtering to prevent low complexity sequences from classifying
  • Added option for biobloomcategorizer to have the ability to switch between classification scoring methods
  • binomial scoring maintains better classification sensitivity on average given reads with variable length and sequence quality
  • Updated ntHash to improve hashing speed (new version is up to 4 times faster in hashing)
  • Other refactoring such as decoupling miBF code from repository to btl_bloomfilter repository
  • Various bug fixes