瀏覽代碼

更新 'tasks/manta.wdl'

master
meng 2 年之前
父節點
當前提交
b02df40040
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      tasks/manta.wdl

+ 2
- 2
tasks/manta.wdl 查看文件

@@ -49,7 +49,7 @@ task manta_calling{
}

output{
File somatic_vcf = "${sample}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample}.Manta.germlineSV.vcf.gz"
File somatic_vcf = "${sample_id}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample_id}.Manta.germlineSV.vcf.gz"
}
}

Loading…
取消
儲存