-
Notifications
You must be signed in to change notification settings - Fork 83
Add records to existing fastq file #3364
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
Comments
Hi @PawelWojciechowski Checkout the example https://docs.seqan.de/seqan3/main_user/cookbook.html#autotoc_md74
For your case, you have to use a
Writing should work just as in the linked example above. |
Hi @SGSSGene
But the final file is not gziped. How to do it? |
Hi @PawelWojciechowski To achieve compression, you need an extra stream layer that does the compression. Notice that the compression layer must exists longer than the
(I believe |
Hi @SGSSGene, |
Platform
Question
Is it possible to open a .fastq file for writing in append mode? I want to split one large file into smaller ones without having to load the entire large file at once.
Thank you!
The text was updated successfully, but these errors were encountered: