SuchTree icon indicating copy to clipboard operation
SuchTree copied to clipboard

A Python library for fast, thread-safe computations on phylogenetic trees

Results 9 SuchTree issues
Sort by recently updated
recently updated
newest added

``` Building wheels for collected packages: SuchTree Building wheel for SuchTree (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/APCamargo-M55/.mambaforge/envs/snakemake/bin/python3.9 -u -c 'import io, os, sys,...

It would be cool to be able to initialize new SuchTree objects like this : ```python T1 = SuchTree( '~/data/mytree.tree' ) T2 = SuchTree( 'http://example.com/data/mytree.tree' ) T3 = SuchTree( '(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);'...

enhancement

Build a permutation test function for individual subsets.

enhancement

See https://www.globalbioticinteractions.org/contribute.html Guess one should check to make sure none of these are already in GLOBI, but would be great to include.

enhancement

Implement SuchLinkedTree.subset_write(), which should write a tree and a link table for the current subset.

Design a significance test that takes into account multiple subset tests.

Write some tests for SuchLinkedTree.linked_distances().

I should probably post some.

Allow the user to request bipartitions involving a subset of leaf nodes.

enhancement