-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem where tree search is truncated incorrectly. (#244)
* add (failing) test for --best-only and similarity calculation * some simple Python API improvements + tests * support MinHash(..., scaled=val) * pass tests with new scaled convenience functions * reorder scaled args * remove unnecessary imports, refactor search a bit * fix SBT internal nodes to have metadata; added max_n_below to metadata * move search mechanics into sourmash_lib.search * move gather code into sourmash_lib.search * ugly fix to get --output-unassigned working! * add in --traverse-directory to search and gather, along with tests * add -U to pip install * add --randomize to sourmash compute * add a nicer sbt API * Fixed a bug when loading minhashes with track_abundance, and a bunch of tests for pickling * Fix division problem
- Loading branch information
Showing
7 changed files
with
375 additions
and
183 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.