ソースを参照

Fixbug: Syntax

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

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

if [ $normal_id ]; then if [ $normal_id ]; then
SAMPLE_vcf2maf="--tumor-id $tumor_id --normal-id $normal_id" SAMPLE_vcf2maf="--tumor-id $tumor_id --normal-id $normal_id"
SAMPLE_vcf2vcf="--vcf-tumor-id $tumor_id --vcf-normal-id $normal_id" SAMPLE_vcf2vcf="--vcf-tumor-id $tumor_id --vcf-normal-id $normal_id"
cp ${vcf} ${sample_id}.tmp.vcf
cp ${vcf} ${sample_id}.tmp1.vcf
else else
SAMPLE_vcf2maf="--tumor-id $tumor_id" SAMPLE_vcf2maf="--tumor-id $tumor_id"
# Add a column and remove it after vcf2vcf # Add a column and remove it after vcf2vcf
cp ${sample_id}.tmp2.vcf ${basename}.norm.vcf cp ${sample_id}.tmp2.vcf ${basename}.norm.vcf
else else
cut -f 1,2,3,4,5,6,7,8,9,10 ${sample_id}.tmp2.vcf > ${basename}.norm.vcf cut -f 1,2,3,4,5,6,7,8,9,10 ${sample_id}.tmp2.vcf > ${basename}.norm.vcf
fi


# VEP annotation # VEP annotation
echo "VEP annotation..." echo "VEP annotation..."

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