Skip to content

Commit

Permalink
TSPS-343 increase disk for comparevcfs task (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Soto <[email protected]>
  • Loading branch information
jsotobroad and Jose Soto authored Oct 22, 2024
1 parent b8e5e8b commit c8c19bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/imputation/testing/CompareVcfs.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task CompareVcfs {
File file2
String patternForLinesToExcludeFromComparison
}
Int disk_size_gb = ceil(3 * size(file1, "GiB")) + ceil(3 * size(file2, "GiB")) + 50
Int disk_size_gb = ceil(10 * size(file1, "GiB")) + ceil(10 * size(file2, "GiB")) + 50
command {
set -eo pipefail

Expand Down

0 comments on commit c8c19bf

Please sign in to comment.