Browse Source

first commit

master
YaqingLiu 5 years ago
parent
commit
aee7c97735
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -40,7 +40,7 @@ workflow {{ project_name }} {


File inputponfile
Array[Array[File]] bcf = read_tsv(inputponfile)
Array[File] bcf = read_tsv(inputponfile)

call bcftools.bcftools as bcftools {
input:

Loading…
Cancel
Save