浏览代码

Fix bug: TNseqoold.wdl

master
YaqingLiu 4 年前
父节点
当前提交
5a5df61a4e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +0
    -1
      tasks/TNseq.wdl
  2. +2
    -1
      tasks/TNseqold.wdl

+ 0
- 1
tasks/TNseq.wdl 查看文件

@@ -84,5 +84,4 @@ task TNseq {
File contamination_segments = "${sample}.contamination.segments"
File orientation = "${sample}.orientation"
}

}

+ 2
- 1
tasks/TNseqold.wdl 查看文件

@@ -61,4 +61,5 @@ task TNseqold {
output {
File TNseq_vcf= "${sample}.TNseq.old.TN.vcf"
File TNseq_vcf_index = "${sample}.TNseq.old.TN.vcf.idx"
}
}
}

正在加载...
取消
保存