ntHash icon indicating copy to clipboard operation
ntHash copied to clipboard

Exposing Functions in kmer.cpp

Open VeryAmazed opened this issue 2 years ago • 0 comments

A project I'm working on depends on some of the old functions that were in low_level.hpp which now have equivalents in kmer.cpp such as base_forward_hash, next_forward_hash, base_reverse_hash, next_reverse_hash, etc. I was wondering if you could expose these helper functions defined and implemented at the top of kmer.cpp so they could be called directly from the nthash namespace. Thank you.

VeryAmazed avatar Oct 16 '23 02:10 VeryAmazed