This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
PoN
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix bug: remove interval_padding
master
YaqingLiu
4 years ago
parent
2806f8608a
commit
b483799ff2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/PoN.wdl
+ 1
- 1
tasks/PoN.wdl
View File
@@ -20,7 +20,7 @@ task PoN {
nt=$(nproc)
if [ ${regions} ]; then
INTERVAL="--interval ${regions}
--interval_padding ${interval_padding}
"
INTERVAL="--interval ${regions}"
else
INTERVAL=""
fi
Write
Preview
Loading…
Cancel
Save