From 05533148dffd3305c57b9e9b69716457fd32d674 Mon Sep 17 00:00:00 2001 From: "Stephanie M. Gogarten" Date: Wed, 4 Sep 2024 16:34:31 -0700 Subject: [PATCH] disk space for vcf check --- check_vcf_samples.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_vcf_samples.wdl b/check_vcf_samples.wdl index 485714e..243e7e7 100644 --- a/check_vcf_samples.wdl +++ b/check_vcf_samples.wdl @@ -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,