Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
biowdl
tasks
Commits
8349056c
Commit
8349056c
authored
Jul 21, 2021
by
cagaser
Browse files
remove duplicated memory
parent
e3569a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
somaticseq.wdl
View file @
8349056c
...
...
@@ -50,7 +50,6 @@ task ParallelPaired {
String memory = "2G"
Int threads = 1
Int timeMinutes = 60
String memory = "2G"
String dockerImage = "lethalfang/somaticseq:3.1.0"
}
...
...
@@ -167,7 +166,6 @@ task ParallelPairedTrain {
String memory = "2G"
Int threads = 1
Int timeMinutes = 240
String memory = "2G"
String dockerImage = "lethalfang/somaticseq:3.1.0"
}
...
...
@@ -277,7 +275,6 @@ task ParallelSingle {
String memory = "2G"
Int threads = 1
Int timeMinutes = 60
String memory = "2G"
String dockerImage = "lethalfang/somaticseq:3.1.0"
}
...
...
@@ -371,7 +368,6 @@ task ParallelSingleTrain {
String memory = "2G"
Int threads = 1
Int timeMinutes = 240
String memory = "2G"
String dockerImage = "lethalfang/somaticseq:3.1.0"
}
...
...
@@ -451,7 +447,6 @@ task ModifyStrelka {
String memory = "2G"
Int timeMinutes = 20
String memory = "2G"
String dockerImage = "lethalfang/somaticseq:3.1.0"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment