@@ -9,7 +9,6 @@ workflow {{ project_name }} { | |||
String ref_fasta | |||
File ref_flat | |||
File bed_file | |||
String method | |||
File gc | |||
File tumor_bam | |||
File tumor_bam_bai | |||
@@ -46,7 +45,6 @@ workflow {{ project_name }} { | |||
ref_flat=ref_flat, | |||
center_at=center_at, | |||
hrd=HRD.hrd, | |||
method=method, | |||
bed_file=bed_file, | |||
tumor_bam=tumor_bam, | |||
tumor_bam_index=tumor_bam_bai, |