Skip to content

Releases: BirolLab/ntHash

ntHash v2.3.0

Choose a tag to compare

@mohamadi mohamadi released this 04 Sep 18:42
13e63fa
// 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

Choose a tag to compare

@jwong-1 jwong-1 released this 14 Aug 17:10
12a62cc

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

Choose a tag to compare

@jwong-1 jwong-1 released this 22 Jan 00:04
f145772
  • 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

Choose a tag to compare

@mohamadi mohamadi released this 12 Sep 16:34

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

Choose a tag to compare

@mohamadi mohamadi released this 29 Jan 15:40
nthash.hpp: added mask function for spaced seed

ntHash v1.0.0

Choose a tag to compare

@mohamadi mohamadi released this 08 Mar 18:30
Autotools version