-
- Downloads
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
No related branches found
No related tags found
Showing
- public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/FastqSync.scala 60 additions, 83 deletions.../src/main/scala/nl/lumc/sasc/biopet/tools/FastqSync.scala
- public/biopet-framework/src/test/scala/nl/lumc/sasc/biopet/tools/FastqSyncTest.scala 155 additions, 113 deletions.../test/scala/nl/lumc/sasc/biopet/tools/FastqSyncTest.scala
Loading
Please register or sign in to comment