We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6f0da commit 0480200Copy full SHA for 0480200
1 file changed
wdl/pipelines/TechAgnostic/Phasing/Shapeit5_switch.wdl
@@ -17,7 +17,7 @@ workflow Shapeit5_switch{
17
}
18
19
scatter (region in region_list){
20
- call switch{input: truth_bcf=truthvcf, truth_bcf_index=truthvcf_index, test_bcf= testvcf, test_bcf_index = testvcf_index, region = region, extra_args=extra_args, outputprefix = output_prefix, num_threads=nthreads}
+ call switch{input: truth_bcf=truthvcf, truth_bcf_index=truthvcf_index, test_bcf= testvcf, test_bcf_index = testvcf_index, region = region, extra_args=extra_args, outputprefix = output_prefix + "." + region, num_threads=nthreads}
21
22
23
output{
0 commit comments