BioJulia / FASTX.jl

Parse and process FASTA and FASTQ formatted files of biological sequences.
https://biojulia.dev
MIT License
61 stars 20 forks source link

Fix Base.read!(::Reader, ::Record) and add tests #96

Closed jakobnissen closed 1 year ago

jakobnissen commented 1 year ago

These functions were not tested directly, and indeed did not work for FASTQ, due to a typo.

Closes #95