Explorar el Código

更新 'workflow.wdl'

master
meng hace 2 años
padre
commit
58b38e85c0
Se han modificado 1 ficheros con 6 adiciones y 8 borrados
  1. +6
    -8
      workflow.wdl

+ 6
- 8
workflow.wdl Ver fichero

@@ -1,15 +1,13 @@
import "./tasks/fastp.wdl" as fastp

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

Cargando…
Cancelar
Guardar