File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments