-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add filtering by reversions to naive sequence, generalize ranking str…
…ategy (#130) * add reversion func and rewrite ranking again * update tests * working ranking expression parsing * cleanup, format, and lint * fix forest summary * more fixes and cleanup * finish fixing output for zero coefficients * WIP * remove reversion counting from default ordering * fix tree counting with pickled forest input * add nucleotide annotations * change to default minimize all criteria * simplify ranking assuming all criteria are minimized * WIP add linear combination to tree_stats pairplot * format and lint * fix quickstart and docs * restore backward compatibility and tests
- Loading branch information
Showing
7 changed files
with
582 additions
and
223 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,6 @@ gctree documentation | |
:maxdepth: 1 | ||
:caption: Notes | ||
|
||
CHANGELOG | ||
faq | ||
|
||
|
||
Indices and tables | ||
|
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.