hahnlab / CAFE

Analyze changes in gene family size and provide a statistical foundation for evolutionary inferences.
https://hahnlab.github.io/CAFE/
Other
112 stars 36 forks source link

Error when loading a particular tree #17

Open benfulton opened 7 years ago

benfulton commented 7 years ago

ERROR(tree.c): running infix on nonbinary tree (memory_new) Error in memory allocation: 12: Cannot allocate memory

I pasted the tree into Seaview and it makes the tree without problem.

(((((((A:109.5082649,B:109.5082649):83.2172160,C:192.7254808):262.8484741,D:455.5739549):87.4210709,E:542.9950258):373.0049742,(F:425.0000000,(G:346.0000000,(H:94.0000000,(I:6.8896471,J:6.8896471):87.1103529):252.0000000):79.0000000):491.0000000):405.4946417,K:1321.4946417));

Seems to have an extra set of parentheses around your tree. If I remove the outer most opening and closing parentheses the tree loads ok!

hhhhqy commented 1 year ago

Have you ever solved this problem? I have the same problem.Hope you can give me some help...