Skip to content
Snippets Groups Projects
Commit 75bb0cbc authored by Cats's avatar Cats
Browse files

update survivor version

parent 8c41db81
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ that users understand how the changes affect the new version.
-->
version 5.1.0-dev
---------------------------
+ Updated SURVIVOR version to 1.0.7
+ 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
......
......@@ -33,7 +33,7 @@ task Merge {
String memory = "24GiB"
Int timeMinutes = 60
String dockerImage = "quay.io/biocontainers/survivor:1.0.6--h6bb024c_0"
String dockerImage = "quay.io/biocontainers/survivor:1.0.7--hd03093a_2"
}
command {
......
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