Skip to content
Snippets Groups Projects
Commit dfb1ece5 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Merge branch 'patch-fastq_sync_stream' into 'develop'

Patch fastq sync stream

The current implementation of `FastqSync` creates an intermediate Stream that is then passed to a writing function. Apparently, the `Stream` is not evaluated as lazily (or not in the way) as I thought. This led to weird StackOverflow errors (not yet documented).

This fix merges the Stream creation and writing function, so that no intermediate containers are created and no errors are encountered. Tests have been updated accordingly.

See merge request !95
parents 4731b21d a913c55e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment