PhyloDM
PhyloDM copied to clipboard
Efficient calculation of phylogenetic distance matrices.
Please provide instructions for installing on OS X.
I hope this all works! More details here. https://github.com/aaronmussig/PhyloDM/issues/14#issuecomment-1604237501
Hi phylodm team After I successfully installed it, there was such an error during operation. I don't know how to solve it. I am a novice in python, and I...
I met an error when I loaded tree file. Can you offer some help for me? ` tree_path = 'data/97_otus.tree' ---> pdm = PhyloDM.load_from_newick_path(tree_path) File /home/software/anaconda3/envs/py3.9/lib/python3.9/site-packages/phylodm/__init__.py:36, in PhyloDM.load_from_newick_path(cls, path) [32](file:///home/software/anaconda3/envs/py3.9/lib/python3.9/site-packages/phylodm/__init__.py?line=31)...
Hi Aaron, I was intending on teaching myself rust to write something similar but you've done a great job, I'm seeing a 500x speed increase. Thanks! However for me (~1000...
A binary
Hello phylodm team, it would be nice to have a binary to call from other languages like R, where wrapping rust libraries is not so easy. Thanks, Jianshu