Skip to content

Commit

Permalink
Merge pull request #20 from PacificBiosciences/str_support
Browse files Browse the repository at this point in the history
STR support
  • Loading branch information
holtjma authored Oct 30, 2023
2 parents 1dc32fc + 1d66d5b commit 2d88c42
Show file tree
Hide file tree
Showing 40 changed files with 11,591 additions and 45 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.0.0
## Changes
- Added support for tandem repeat calls from [TRGT](https://github.com/PacificBiosciences/trgt); minimum supported version - v0.5.0
- VCF index files (.tbi) are now automatically generated by HiPhase
- The reference FASTA file is now a **required** parameter for HiPhase; this change prevents sub-optimal performance caused by forgetting to specify the reference genome
- HiPhase source code is now released under new LICENSE file

## Fixed
- Fixed an infinite looping error caused by variants with the same start POS but no overlapping mappings

# v0.10.2
## Fixed
- Replaced a panic caused by large WFA edit distance with a human-readable error message (Resolves #15)
Expand Down
Loading

0 comments on commit 2d88c42

Please sign in to comment.