Closed tbenavi1 closed 1 year ago
Hello,
Can you give me some advice of how to change the code so that when I query the index it writes the hashes to stdout/a file. Thanks for any advice.
Hi, There is no need to modify anything. The lookup function of SSHash already gives you the kmer_id which is the hash code you want. So just print this value of the std out.
Cheers, -Giulio
Hello,
Can you give me some advice of how to change the code so that when I query the index it writes the hashes to stdout/a file. Thanks for any advice.