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

Add indexing tasks to the changelog

parent 2dc14b39
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ that users understand how the changes affect the new version. ...@@ -9,6 +9,8 @@ that users understand how the changes affect the new version.
--> -->
version 5.1.0-dev version 5.1.0-dev
--------------------------- ---------------------------
+ Add a combined Picard CreateSequenceDictionary and samtools faidx task.
+ Add a BWA index task.
+ Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G` + Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G`
previously. The WDL spec clearly distuingishes between SI and binary previously. The WDL spec clearly distuingishes between SI and binary
notations. Since Java always takes `K`, `M` and `G` to mean `KiB`, `MiB` and notations. Since Java always takes `K`, `M` and `G` to mean `KiB`, `MiB` and
......
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