瀏覽代碼

更新 'tasks/battenberg.wdl'

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

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

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

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

}

Loading…
取消
儲存