Zhihui 5 лет назад
Родитель
Сommit
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:

Загрузка…
Отмена
Сохранить