瀏覽代碼

更新 'tasks/TNseq.wdl'

master
meng 2 年之前
父節點
當前提交
e81760e46a
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      tasks/TNseq.wdl

+ 4
- 2
tasks/TNseq.wdl 查看文件

@@ -26,14 +26,16 @@ task sentieon_TNseq{
set -exo
export SENTIEON_LICENSE=${SENTIEON_LICENSE}
nt=$(nproc)
REGION=${regions}
NORMAL=${normal_bam}

if [-z ${regions} ]; then
if [[ -z "$REGION" ]]; then
INTERVAL="--interval ${regions} --interval_padding ${interval_padding}"
else:
INTERVAL=""
fi

if [-z ${normal_bam}];then
if [[ -z "$NORMAL" ]];then
INPUT="-i ${tumor_bam} -i ${normal_bam}"
SAMPLE="--tumor_sample ${tumor_name} --normal_sample ${normal_name}"
else:

Loading…
取消
儲存