Skip to content

Commit

Permalink
Plausibly useable disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed May 9, 2024
1 parent 30b0db6 commit 1404cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsExtractCallsetPgenMerged.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ task SplitFilesByChromosome {
Int? split_intervals_disk_size_override
}

Int disk_size = select_first([split_intervals_disk_size_override, 10])
Int disk_size = select_first([split_intervals_disk_size_override, 500])

command <<<
set -euxo pipefail
Expand Down

0 comments on commit 1404cf2

Please sign in to comment.