Skip to content

Commit

Permalink
decreased disk size
Browse files Browse the repository at this point in the history
decreased disk size based on guideline below, assuming 10 gvcfs
small_disk = (num_gvcfs / 10) + 10
medium_disk = (num_gvcfs * 15) + 10
huge_disk = num_gvcfs + 10
  • Loading branch information
bshifaw authored Dec 8, 2017
1 parent c1c2253 commit f57903d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions joint-discovery-gatk4.hg38.wgs.inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"JointGenotyping.SNPGatherTranches.mem_size": "7 GB",

"##_COMMENT8": "DISK SIZE ALLOCATION",
"JointGenotyping.small_disk": 100,
"JointGenotyping.medium_disk": 200,
"JointGenotyping.huge_disk": 2000,
"JointGenotyping.small_disk": 11,
"JointGenotyping.medium_disk": 160,
"JointGenotyping.huge_disk": 20,

"##_COMMENT9": "PREEMPTIBLES",
"JointGenotyping.FinalGatherVcf.preemptibles": 5,
"JointGenotyping.IndelsVariantRecalibrator.preemptibles": 5,
Expand Down

0 comments on commit f57903d

Please sign in to comment.