bcgsc / btl_bloomfilter

The BTL C/C++ Common bloom filters for bioinformatics projects, as well as any APIs created for other programming languages.
GNU General Public License v3.0
18 stars 4 forks source link

Counting bloom filter improvements #15

Closed jwcodee closed 5 years ago

jwcodee commented 5 years ago

This improvement update includes the Hamid's CAP proper looping, filtered for threshold functions, bugfixing the readFilter function, and improving the header functions.