-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADAM-461] Fix ReferenceRegion and ReferencePosition impl
This commit mainly does 3 things: 1. Fixes impl of `ReferenceRegion.width`. 2. Removes `Option`s from `ReferencePosition`. 3. Corrected impl of liftOver. However, it now has different semantics: in all cases, the list of regions must be provided in genome order. 4. Simplifies structure of case classes. Fixes #461.
- Loading branch information
Showing
5 changed files
with
84 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.