-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GenomicRangeRecordUnwrappable trait added, some renaming, better CLI …
…ergo. - Changed --seqlens to --genome. - Added short arguments. - Added skip_missing to skip over ranges not in the genome file. - skip_missing required new filtering, so introduced the `GenomicRangeRecordUnwrappable` trait. This implements the `try_unwrap_data()` method (which was removed from `BedlikeIterator`. The previous method in `BedlikeIterator` returned `impl Iterator` which since it isn't a concrete type, caused lots of ergonomic issues. - Introduced new `UnwrappedRanges` type for the above. - Removed `into_variants()`. - Implemented `retain_seqnames()` and `exclude_seqnames()` for `UnwrappedRanges`.
- Loading branch information
Showing
8 changed files
with
221 additions
and
131 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
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.