stjude-rust-labs / fq

Command line utility for manipulating Illumina-generated FASTQ files.
MIT License
77 stars 5 forks source link

Implement BloomFilter duplicate read name validator. #4

Closed claymcleod closed 6 years ago

adamdingliang commented 6 years ago

I am currently using this boomfilter library: https://github.com/jaybaird/python-bloomfilter

claymcleod commented 6 years ago

@adamdingliang You should be able to rebase off of development now.

zaeleus commented 6 years ago

Implemented in cc226e2.