-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document read!(::Reader, ::Record)
#94
Comments
Ha, I though I needed it to go trough paired files at once, but I can use |
Dear @jonathanBieler Indeed, |
Thanks, so the |
Hm... I've not deprecated it yet. I don't think it should be deprecated. You're right, it should be in the docs. |
read!(::Reader, ::Record)
Sorry, I'm a bit confused by the doc (or lack thereof), is that one correct way one has to read a fastq file, say if I want to read N reads (I could use
while next !== nothing
too) ? I think adding an example in the docs would be good.Also the old
read!(reader, r)
doesn't crash but does nothing, it should be an error now, no ?The text was updated successfully, but these errors were encountered: