Skip to content

Commit 0ed4a34

Browse files
committed
checkin
1 parent 8681ffb commit 0ed4a34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wdl/SVShell.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ workflow SVShell {
8484
8585
8686
output {
87-
File test = RunSVShell.test
88-
File test2 = RunSVShell.test2
87+
File inputs_json = RunSVShell.inputs_json
88+
File outputs_json = RunSVShell.outputs_json
8989
File final_vcf = RunSVShell.final_vcf
9090
File final_vcf_idx = RunSVShell.final_vcf_idx
9191
File pre_cleanup_vcf = RunSVShell.pre_cleanup_vcf
@@ -202,7 +202,7 @@ task RunSVShell {
202202
RuntimeAttr? runtime_attr_override
203203
}
204204

205-
String final_vcf_filename = sample_id + ".gatk_sv.vcf.gz"
205+
String final_vcf_filename = sample_id + ".vcf.gz"
206206
String final_vcf_idx_filename = final_vcf_filename + ".tbi"
207207
String pre_cleanup_vcf_filename = batch + ".annotated.vcf.gz"
208208
String pre_cleanup_vcf_idx_filename = pre_cleanup_vcf_filename + ".tbi"

0 commit comments

Comments
 (0)