- Feb 17, 2015
-
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Wai Yi Leung authored
Patch ide files This patch excludes existing IDE-specific files from the git index. I'm not sure yet if this solution works clean for everybody, so please test it first locally. @wyleung & @p.j.van_t_hof , this is what we discussed earlier with the `*.iml` files and `.idea/*` files. See merge request !98
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
- Feb 16, 2015
-
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Peter van 't Hof authored
-
Wai Yi Leung authored
-
bow authored
-
bow authored
Patch develop defaultvmem patch See merge request !97
-
Wai Yi Leung authored
-
Wai Yi Leung authored
Patch pipelines test This is a patch for the newly added pipeline tests to ensure that each pipeline test has a unique directory that is removed after the test. The curren behaviour is to use a named directory in the user's tmp directory, that may fail if a directory with that name already exist. @p.j.van_t_hof , this is what we discussed earlier. See merge request !96
-
Wai Yi Leung authored
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
-