Browse Source

rtg

master
LUYAO REN 4 years ago
parent
commit
66a0d8c15a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/benchmark.wdl

+ 2
- 2
tasks/benchmark.wdl View File

@@ -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"
}
}

Loading…
Cancel
Save