This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
VEP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix: buffer_size
master
YaqingLiu
4 years ago
parent
e23da992f3
commit
15d28bcca3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
10
00"
buffer_size="--buffer_size
5
00"
fi
Write
Preview
Loading…
Cancel
Save