@@ -1,6 +1,6 @@ | |||
import "./tasks/battenberg.wdl" as battenberg | |||
workflow {{ project_name }} { | |||
String tumor_id | |||
String sample_id | |||
File tumor_bam | |||
String normal_id | |||
File normal_bam | |||
@@ -11,7 +11,7 @@ workflow {{ project_name }} { | |||
call battenberg.battenberg as battenberg { | |||
input: | |||
tumor_id=tumor_id, | |||
sample_id=sample_id, | |||
tumor_bam=tumor_bam, | |||
normal_id=normal_id, | |||
normal_bam=normal_bam, |