Skip to content
Snippets Groups Projects
Unverified Commit a980f109 authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #307 from biowdl/biowdl-595

update survivor version
parents 3c53b47f 0632414b
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
+ Add a combined samtools dict and samtools faidx task.
+ Add a BWA index task.
+ Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G`
......
......@@ -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