Skip to content

DeepVariant 0.7.1

Compare
Choose a tag to compare
@pichuan pichuan released this 06 Nov 16:54
· 50 commits to r0.7 since this release
  • Fix for postprocess_variants - the previous version crashes if the first shard contains no records.
  • Update the TensorFlow version dependency to 1.11.
  • Added support to build on Ubuntu 18.04.
  • Documentation changes: Move the commands in WGS and WES Case Studies into scripts under scripts/ to make it easy to run.
  • Google Cloud runner:
    • Added batch_size in case the users need to change it for the call_variants step.
    • Added logging_interval_sec to control how often worker logs are written into Google Cloud Storage.
    • Improved the use of call_variants: only one call_variants is run on each machine for better performance. This improved the GPU cost and speed.