Skip to content
Snippets Groups Projects
Commit 84f1235c authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Do not use unnecessary threads

parent c7e165f9
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,9 @@ task Kit {
}
runtime {
cpu: threads + 1 # One thread for bwa-postalt + samtools.
# One extra thread for bwa-postalt + samtools is not needed.
# These only use 5-10% of compute power and not always simultaneously.
cpu: threads
memory: memory
time_minutes: timeMinutes
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