浏览代码

更新 'tasks/battenberg.wdl'

master
biochenglinliu 1年前
父节点
当前提交
9722d74738
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/battenberg.wdl

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

@@ -29,8 +29,8 @@ task battenberg {
}

output {
File tumor_bam = "${normal_id}.sorted.deduped.nochr.bam"
File normal_bam = "${sample_id}.sorted.deduped.nochr.bam"
File tumor_bam_data = "${sample_id}.sorted.deduped.nochr.bam"
File normal_bam_data = "${normal_id}.sorted.deduped.nochr.bam"
}

}

正在加载...
取消
保存