소스 검색

......

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…
취소
저장