tlemane / kmtricks

modular k-mer count matrix and Bloom filter construction for large read collections
GNU Affero General Public License v3.0
72 stars 7 forks source link

Hash values to kmer conversion #34

Open dosshra opened 4 months ago

dosshra commented 4 months ago

Hello Since the process of generating hash PA matrix is expected to take less disk space, is it possible to generate hash:pa matrix and then to convert, it as a last step, to kmer:pa matrix?
Thank you