Closed mbstadler closed 1 month ago
We want to be able to sample n reads from a given modBam file randomly (without going sequentially through the file or sampling genomic regions).
n
Maybe the implementation of sampling in samtools could be an inspiration?
samtools
Fixed in #14
We want to be able to sample
n
reads from a given modBam file randomly (without going sequentially through the file or sampling genomic regions).Maybe the implementation of sampling in
samtools
could be an inspiration?