浏览代码

rtg

master
LUYAO REN 4 年前
父节点
当前提交
66a0d8c15a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/benchmark.wdl

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

@@ -58,8 +58,8 @@ task benchmark {
output {
File rtg_vcf = "${project}.${sample}.rtg.vcf.gz"
File rtg_vcf_index = "${project}.${sample}.rtg.vcf.gz.tbi"
File SNV_result = "${sample}_SNV_precision_recall.txt"
File Indel_result = "${sample}_INDEL_precision_recall.txt"
File SNV_result = "${project}.${sample}_SNV_precision_recall.txt"
File Indel_result = "${project}.${sample}_INDEL_precision_recall.txt"
File file_list = "files.txt"
}
}

正在加载...
取消
保存