Skip to content

v0.6.5

Compare
Choose a tag to compare
@FelixKrueger FelixKrueger released this 19 Nov 11:01
· 67 commits to master since this release
365fc22

Version 0.6.5

  • Added checks for whitespace(s) within input filenames, or a potential output folder name (supplied with -o). [FATAL ERROR] messages will advise users to use _ instead.

  • In a --paired --basename BASE scenario, the output files will now be called BASE_val_1.fq.gz BASE_val_2.fq.gz as described in the documentation (we previously also added _R1 and _R2). This had to be addressed twice (0f631e5 and 9ad0196) as the first approach was generating the Read 1 twice.

  • removed a superflous warning statement for directional RRBS mode