Browse Source

inputs

master
LUYAO REN 5 years ago
parent
commit
5fa5f40534
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -1,7 +1,7 @@
import "./tasks/gVCF_chromo_split.wdl" as gVCF_chromo_split
import "./tasks/GVCFtyper.wdl" as GVCFtyper

workflow project_name {
workflow {{ project_name }} {

File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)

Loading…
Cancel
Save