Skip to content

Commit 0480200

Browse files
committed
revise outputprefix
1 parent 2a6f0da commit 0480200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl/pipelines/TechAgnostic/Phasing/Shapeit5_switch.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workflow Shapeit5_switch{
1717
}
1818

1919
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}
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 + "." + region, num_threads=nthreads}
2121
}
2222
2323
output{

0 commit comments

Comments
 (0)