Skip to content

Commit

Permalink
disk space for vcf check
Browse files Browse the repository at this point in the history
  • Loading branch information
smgogarten committed Sep 4, 2024
1 parent dbfdc57 commit 0553314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_vcf_samples.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workflow check_vcf_samples {
String workspace_namespace
}

Int disk_gb = ceil(size(vcf_file, "GB")*1.5)
Int disk_gb = ceil(size(vcf_file, "GB")*1.5) + 5

call vcf_samples {
input: vcf_file = vcf_file,
Expand Down

0 comments on commit 0553314

Please sign in to comment.