ablab / VerityMap

GNU General Public License v3.0
30 stars 5 forks source link

Construct filter of repetitive kmers for reads #5

Closed seryrzu closed 2 years ago

seryrzu commented 2 years ago

Since most kmers inside reads are unique, insted of constructing a hash map of unique kmers, we now construct a filter of repetitive kmers. This should be using less memory and gives more flexibility.