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: |