Skip to content

ntHash v2.3.0

Latest
Compare
Choose a tag to compare
@mohamadi mohamadi released this 04 Sep 18:42
· 51 commits to master since this release
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)