瀏覽代碼

......

dev
Zhihui 5 年之前
父節點
當前提交
b23ce49c64
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl 查看文件

@@ -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…
取消
儲存