GuillaumeHolley / BloomFilterTrie

An alignment-free, reference-free and incremental data structure for colored de Bruijn graph with application to pan-genome indexing.
MIT License
43 stars 6 forks source link

How to generate compressed kmer list #12

Open masakistan opened 6 years ago

masakistan commented 6 years ago

I was wondering if there was a method that already exists for generating the compressed kmer list for building the BFT. If there is, could you point me towards it?

Thanks!