Browse Source

更新 'tasks/manta.wdl'

master
meng 2 years ago
parent
commit
b02df40040
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/manta.wdl

+ 2
- 2
tasks/manta.wdl View File

@@ -49,7 +49,7 @@ task manta_calling{
}

output{
File somatic_vcf = "${sample}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample}.Manta.germlineSV.vcf.gz"
File somatic_vcf = "${sample_id}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample_id}.Manta.germlineSV.vcf.gz"
}
}

Loading…
Cancel
Save