tgen / tempe

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

Bumping to deepvariant v1.6.0 #56

Closed bryce-turner closed 11 months ago

bryce-turner commented 11 months ago

This bumps deepvariant to use the v1.6.0 release, a notable change is the path to the checkpoint model now is just the parent dir (this appears to be the same method deepvariant uses internally with the run_deepvariant.py script).

Additionally, postprocess_variants needed more memory in testing, so the memory bins have been shifted. But postprocess_variants now supports --cpus for multithreading. We have set this to 4 to help with cpu+memory packing.