Browse Source

Fix bug: germline

tags/v0.1.2
YaqingLiu 4 years ago
parent
commit
ab4b741af9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -16,8 +16,8 @@ import "./tasks/annovar.wdl" as annovar
workflow {{ project_name }} {
String sample_id
File tumor_fastq_1
File tumor_fastq_2
File? tumor_fastq_1
File? tumor_fastq_2
File normal_fastq_1
File normal_fastq_2


Loading…
Cancel
Save