Skip to content
Snippets Groups Projects
Commit 5523913a authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Update changelog with memory change

parent 8993b5c6
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@ that users understand how the changes affect the new version.
-->
version 5.1.0-dev
---------------------------
+ Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G`
previously. The WDL spec clearly distuingishes between SI and binary
notations. Since Java always takes `K`, `M` and `G` to mean `KiB`, `MiB` and
`GiB` this means java tasks such as GATK, FastQC and Picard will always
receive enough memory now.
+ Purple's `somaticRainfallPlot` output is now optional and included in
the `plots` output as well.
+ Bedtools coverage's timeMinutes now defaults to `320`.
......
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