mbhall88/rasusa

Iterate over input file and output required reads

mbhall88 opened this issue · 1 comments

Re-iterate over the input file and write reads to the output file if they are in our subsampled list.

This subsampled list should be something like a set or bitvector to allow for constant lookup time as we will do this check for every read in the input file, which could be up to tens-of-millions.

closed in 307827e