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