Zhihui před 5 roky
rodič
revize
b23ce49c64
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit