Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
58b38e85c0
1 changed files with 6 additions and 8 deletions
  1. +6
    -8
      workflow.wdl

+ 6
- 8
workflow.wdl View File

import "./tasks/fastp.wdl" as fastp import "./tasks/fastp.wdl" as fastp


workflow {{ project_name }} { workflow {{ project_name }} {
input{
File in1
File in2
String sample_id
String docker
String cluster_config
String disk_size
File in1
File in2
String sample_id
String docker
String cluster_config
String disk_size


}


call fastp.fastp as fastp{ call fastp.fastp as fastp{
input: input:

Loading…
Cancel
Save