ソースを参照

Fixbug: can't find bcftools

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

+ 2
- 0
tasks/VEP.wdl ファイルの表示

@@ -22,6 +22,8 @@ task VEP {
set -e
nt=$(nproc)

source /etc/profile

awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${sample_id}.vcf
# Judge the SAMPLE info of vcf file

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