0.6.1-beta
Pre-release
Pre-release
dancooke
released this
02 Mar 17:27
·
1443 commits
to develop
since this release
This is a minor release that fixes some bugs, compilation issues, and adds better binary version logging.
Changes
- The git branch and commit, are some system information are now logged during compilation. This information is available with the
--version
command. [242dd00, 36a6a82, c6c397d] - Adds measure
ADP
for assigned sequence depth (i.e. reads assigned to a unique called allele). [702109e] - Adds measures
ADP
andVL
to default random forest measures. [a035953] - Adds support for gzipped region files (for options
--regions-file
and--skip-regions-file
) [ec41af4] - Reads that cannot be assigned to a unique haplotype are assigned randomly to any of the supporting haplotypes for bam realignment (rather than always assigning to one of them). [cb3faf9]