Explorar el Código

first commit

master
YaqingLiu hace 4 años
padre
commit
9bce68b211
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl Ver fichero

@@ -1,5 +1,6 @@
import "./tasks/PON.wdl" as PON

workflow {{ project_name }} {
String SENTIEON_INSTALL_DIR
String SENTIEON_LICENSE
String sample_id
@@ -16,8 +17,7 @@ import "./tasks/PON.wdl" as PON
String sentieon_docker
String cluster_config
String disk_size
workflow {{ project_name }} {

call PON.PON as PON {
input:
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,

Cargando…
Cancelar
Guardar