Skip to content
Snippets Groups Projects
Commit bc1bacf1 authored by cagaser's avatar cagaser
Browse files

remove duplicate memory

parent 8349056c
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ task BgzipAndIndex {
memory: memory
time_minutes: timeMinutes
docker: dockerImage
memory: memory
}
parameter_meta {
......
......@@ -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
}
......
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