Skip to content

Commit

Permalink
make sure ExtractTask is run on all interval files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch committed Oct 27, 2021
1 parent a603dee commit e6a9f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsExtractCallset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ workflow GvsExtractCallset {
service_account_json_path = service_account_json_path
}

scatter(i in range(scatter_count) ) {
scatter(i in range(length(SplitIntervals.interval_files))) {
call ExtractTask {
input:
gatk_override = gatk_override,
Expand Down

0 comments on commit e6a9f77

Please sign in to comment.