Skip to content

Releases: bcgsc/ntHash

ntHash v2.3.0

04 Sep 18:42
13e63fa
Compare
Choose a tag to compare
// Version 2.3.0 
canonical_hash = (forward_hash + reverse_complement_hash) % 2^64
// Version 2.2.0 
canonical_hash = min(forward_hash, reverse_complement_hash)

ntHash v2.2.0

14 Aug 17:10
12a62cc
Compare
Choose a tag to compare

Release version 2.2.0
Added support to begin rolling hash on any viable kmer instead of only the first
Improve ntBase runtime operations which will mostly affect projects that cannot capitalize on ntHash rolling capabilities

ntHash v2.1.0

22 Jan 00:04
f145772
Compare
Choose a tag to compare
  • Release version 2.1.0
  • Added support for RNA sequences
  • stHashIterator is now able to produce multiple hashes for each seed

ntHash v2.0.0

12 Sep 16:34
Compare
Choose a tag to compare

The hash values produced by version 2 of ntHash differ from version 1.
The periodicity of the base hash function is increased. In the older versions, we had the periodicity of 64 due to the 64-bit word length of modern computer systems.

ntHash v1.0.4

29 Jan 15:40
Compare
Choose a tag to compare
nthash.hpp: added mask function for spaced seed

ntHash v1.0.0

08 Mar 18:30
Compare
Choose a tag to compare
Autotools version