tgen / tempe

A container focused and streamlined iteration of the Phoenix pipeline
GNU General Public License v3.0
1 stars 1 forks source link

Genome Deepvariant postprocess_variants Memory Issue #61

Closed denriquez closed 10 months ago

denriquez commented 10 months ago

Tempe Version: 1.2.1

Task Name: deepvariant_postprocess_variants

Issue: We are experiencing failures due to out of memory when running this task when using genome samples. We had no issues with any exome data. The recent test that failed used the 40G memory bin since it was just under 1 billion reads. The memory_bins would need to be increased and/or read_bins adjusted.

Brief info on the sample that failed: total reads=920,678,408 %duplicates=39 mean coverage=26

bryce-turner commented 10 months ago

Seems to be largely fixed by the recent #62 PR - bins were shifted by 16G at each level. Will be released in v1.2.2 - closing this issue as it is part of the development branch.