biocpp / biocpp-io

BioC++ Input/Output library
https://biocpp.github.io
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

[feature] add FastQ reading #34

Closed h-2 closed 2 years ago

h-2 commented 2 years ago

This adds FastQ-reading in a trivial way. In the future, a custom lowlevel-parser should be added that avoids the needless copying happening now.

@smehringer Is this something you want to review?