ソースを参照

fix(TMB): size

master
YaqingLiu 2年前
コミット
da3f7cd4cd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/TMB.wdl

+ 1
- 1
tasks/TMB.wdl ファイルの表示

@@ -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 {

読み込み中…
キャンセル
保存