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

update protect to 2.0

parent 24671745
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ task LinxVisualisations {
String memory = "9G"
String javaXmx = "8G"
Int timeMinutes = 60
Int timeMinutes = 1440 #FIXME
String dockerImage = "quay.io/biocontainers/hmftools-linx:1.18--hdfd78af_0"
}
......@@ -777,7 +777,7 @@ task Protect {
String memory = "9G"
String javaXmx = "8G"
Int timeMinutes = 60
String dockerImage = "quay.io/biowdl/protect:v1.4"
String dockerImage = "quay.io/biowdl/protect:v2.0"
}
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