Skip to content

v1.3.0

Compare
Choose a tag to compare
@ShujiaHuang ShujiaHuang released this 21 Feb 09:35
· 141 commits to master since this release

[release v1.3.0] - 2023-02-21

Enhancements & fixes

  1. Use genomicsDBImport as a default approach to combine multi-sample gVCF files.
  2. The original genotype process has been split into two steps: (1) genomicsDBImport, and (2) the final genotype joint-calling.
  3. Various bugs have been fixed.
  4. Added input format validation to check the validity of the input sample sheet.
  5. f-string style is now used for embedding string information instead of str.format().