Browse Source

remove ? of tast value

master
songyq 4 years ago
parent
commit
20ce346a3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl View File

@@ -1,7 +1,7 @@
task mergefq {
File fq1
File fq2
File? fq3
File fq3
String fq_m
String disk_size
String docker

Loading…
Cancel
Save