Skip to content

Commit

Permalink
remove duplicate memory
Browse files Browse the repository at this point in the history
  • Loading branch information
cagaser committed Jul 21, 2021
1 parent 8349056 commit bc1bacf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion samtools.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ task BgzipAndIndex {
memory: memory
time_minutes: timeMinutes
docker: dockerImage
memory: memory
}

parameter_meta {
Expand Down
5 changes: 0 additions & 5 deletions somaticseq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ task ParallelPaired {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}

Expand Down Expand Up @@ -209,7 +208,6 @@ task ParallelPairedTrain {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}

Expand Down Expand Up @@ -312,7 +310,6 @@ task ParallelSingle {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}

Expand Down Expand Up @@ -404,7 +401,6 @@ task ParallelSingleTrain {
cpu: threads
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}

Expand Down Expand Up @@ -466,7 +462,6 @@ task ModifyStrelka {
runtime {
memory: memory
time_minutes: timeMinutes
memory: memory
docker: dockerImage
}

Expand Down

0 comments on commit bc1bacf

Please sign in to comment.