Ver código fonte

first commit

master
YaqingLiu 4 anos atrás
pai
commit
9bce68b211
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl Ver arquivo

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

Carregando…
Cancelar
Salvar