-
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.
granges filter is working, matches bedtools intersect output, and is …
…40% faster. - Working version of granges filter subcommand, for filtering based on overlaps. - New integration test of granges filter vs bedtools intersect. - New benchmarks: granges filter vs bedtools intersect. We're fast! e.g. random one: granges: 6.28ms, bedtools: 8.80ms - about 40% faster. - Renamed `to_coitrees()` to `into_coitrees()`. - Fixed issue with the `AsGRangesRef` not being used when it should have been. - Bunch of new `filter_overlaps()` tests. - Fixed off-by-one bug with `From<coitrees::Interval>` to our range types. - Bunch of new tests for converting between range types to check by off-by-one errors. - Reshuffled `temp_bedfile()` and `random_bedfile()` into `test_utilities.rs`. - Checked in new example BED and BED-like files.
- Loading branch information
Showing
18 changed files
with
435 additions
and
219 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
Oops, something went wrong.