This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
WesPipe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(TMB): size
master
YaqingLiu
2 years ago
parent
0a4135befb
commit
da3f7cd4cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/TMB.wdl
+ 1
- 1
tasks/TMB.wdl
View File
@@ -16,7 +16,7 @@ task TMB {
size=`awk -F'\t' 'BEGIN{SUM=0}{SUM+=$3-$2}END{print SUM}' merged.bed`
# analysis in python
python ~/tmb.py ${snpindel_txt} $
{
size
}
${sample}
python ~/tmb.py ${snpindel_txt} $size ${sample}
>>>
runtime {
Write
Preview
Loading…
Cancel
Save