Browse Source

......

dev
Zhihui 5 years ago
parent
commit
b23ce49c64
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl View File

@@ -2,6 +2,8 @@ import "./tasks/fastp.wdl" as fastp
workflow {{ project_name }} {
File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
String fastp_docker
String fastp_cluster
scatter (quartet in inputSamples){
call fastp.fastp as fastp {
input:

Loading…
Cancel
Save