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

fix typo

parent 1dcb342c
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ task Cuppa { ...@@ -183,7 +183,7 @@ task Cuppa {
String javaXmx = "4G" String javaXmx = "4G"
String memory = "5G" String memory = "5G"
Int time_minutes = 10 Int timeMinutes = 10
String dockerImage = "quay.io/biowdl/cuppa:1.4" String dockerImage = "quay.io/biowdl/cuppa:1.4"
} }
...@@ -239,7 +239,7 @@ task CuppaChart { ...@@ -239,7 +239,7 @@ task CuppaChart {
String outputDir = "./cuppa" String outputDir = "./cuppa"
String memory = "4G" String memory = "4G"
Int time_minutes = 5 Int timeMinutes = 5
String dockerImage = "quay.io/biowdl/cuppa:1.4" String dockerImage = "quay.io/biowdl/cuppa:1.4"
} }
......
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