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
I also get this error using the precompiled linux executable when I run the selftest.
The program also exits with errors if I try to run it with my dataset anyway:
`phybin --namesep=_ --graphbins --tolerant -v ./*tre
...
Number of input tree files: 636
Number of VALID trees (correct # of leaves/taxa): 636
Total tree nodes contained in valid trees: 15349
Average branch len over valid trees: 1.3280990778664684e-2
Max/Min branch lengths: (27.903559695134344,0.0)
Time to compute distance matrix: 15.033477s
Clustering using method UPGMA
[finished] Wrote full dendrogram to file dendrogram.txt
Sanity checked dendrogram of size: 636
[async] writing dendrogram as a graph to dendrogram.dot
[finished] Wrote contents of each cluster to cluster.txt
[finished] Wrote representative (consensus) trees to clusterconsensus.tr
Next start the time consuming operation of writing out graphviz visualizations:
[finished] Wrote visual representations of consensus trees to cluster.pdf
Waiting for 2 asynchronous tasks to finish...
phybin: bipsToTree: Internal error! No match for bip: fromList [62,63] out is
[(fromList [0],NTLeaf () 0),(fromList [1],NTLeaf () 1),(fromList [2],NTLeaf () 2),(fromList [3],NTLeaf () 3)]
and remaining bips 0
when processing orig bip set:
fromList [fromList [62,63]]`
Despite the output text, the only output files are dendrogram.txt and distance_matrix.txt
Just to update this, I also compiled Phybin 0.3 from source on a mac (the pre-compiled mac 0.3 version dies with "Killed 9" on El Capitan) and it gives the same error message on --selftest.
Stefanie Hartmann reported this failed test output of the binary distribution:
The text was updated successfully, but these errors were encountered: