fulcrumgenomics / fqtk

Fast FASTQ sample demultiplexing in Rust.
MIT License
54 stars 1 forks source link

Implement working core of demux FASTQs without caching and without pooled writing #6

Closed NatPRoach closed 1 year ago

NatPRoach commented 1 year ago

This adds:

Looks like a bigger PR than it is because of the size of the tests (which more or less duplicate the demux tests of fgbio).