Browse Source

Fix: buffer_size

master
YaqingLiu 4 years ago
parent
commit
15d28bcca3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/VEP.wdl

+ 1
- 1
tasks/VEP.wdl View File

@@ -29,7 +29,7 @@ task VEP {
if [ $nrow -lt 5000 ]; then
buffer_size="--buffer_size 5000"
else
buffer_size="--buffer_size 1000"
buffer_size="--buffer_size 500"
fi



Loading…
Cancel
Save