-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New
granges hist-feature
, which is pretty neat!
- New TSV writer convenience functions, `build_tsv_writer()` and `build_tsv_writer_with_config()`. - New `hist-feature` command, and `HistFeatures` struct. - New `GRangesEmpty::into_granges_data()` which zips an empty GRanges with a new set of data (re-indexing it). - `GRanges::from_iter_ok()` and analagous function for `GRangesEmpty`, which take input ranges stream that is not wrapped in `Result`. - New `overlaps()` method (more to come) for getting number of overlaps. - New `MergingEmptyIterator` (for ranges stream that is not in `Result`. - `GenomicRangeRecord::into_empty()` added. - TODO/NOTE: `granges hist-feature` has no analagous bedtools version, so this is not validated or extensively tested yet.
- Loading branch information
Showing
9 changed files
with
387 additions
and
79 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
Oops, something went wrong.