You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monophyly_prune fails at line 80 sister = leaf.sister_nodes()[0] when encountering gene trees that have sequences from only a single species. The error:
Traceback (most recent call last):
File "/gpfs/ysm/project/dunn/jlm329/conda_envs/phylopytho/bin/treeprune", line 8, in
sys.exit(main())
File "/gpfs/ysm/project/dunn/jlm329/conda_envs/phylopytho/lib/python3.9/site-packages/phylopytho/treeprune.py", line 208, in main
tree = monophyly_prune(tree)
File "/gpfs/ysm/project/dunn/jlm329/conda_envs/phylopytho/lib/python3.9/site-packages/phylopytho/treeprune.py", line 80, in monophyly_prune
sister = leaf.sister_nodes()[0]
IndexError: list index out of range
Monophyly_prune fails at line 80
sister = leaf.sister_nodes()[0]
when encountering gene trees that have sequences from only a single species. The error:An example of an offending tree:
The text was updated successfully, but these errors were encountered: