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