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
bc1bacf1
Commit
bc1bacf1
authored
Jul 21, 2021
by
cagaser
Browse files
remove duplicate memory
parent
8349056c
Changes
2
Hide whitespace changes
Inline
Side-by-side
samtools.wdl
View file @
bc1bacf1
...
...
@@ -49,7 +49,6 @@ task BgzipAndIndex {
memory: memory
time_minutes: timeMinutes
docker: dockerImage
memory: memory
}
parameter_meta {
...
...
somaticseq.wdl
View file @
bc1bacf1
...
...
@@ -94,7 +94,6 @@ task ParallelPaired {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}
...
...
@@ -209,7 +208,6 @@ task ParallelPairedTrain {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}
...
...
@@ -312,7 +310,6 @@ task ParallelSingle {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}
...
...
@@ -404,7 +401,6 @@ task ParallelSingleTrain {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}
...
...
@@ -466,7 +462,6 @@ task ModifyStrelka {
runtime {
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}
...
...
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