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