浏览代码

......

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:

正在加载...
取消
保存