c0fec0de / anytree

Python tree data library
Apache License 2.0
947 stars 133 forks source link

Newick format #179

Closed E-Farahbakhsh-T closed 11 months ago

E-Farahbakhsh-T commented 2 years ago

Hello,

I was wondering whether there is any function that we can convert trees in Newick format to anytree or not?

Thanks elena

jkbgbr commented 2 years ago

nothing stock but you should probably be able to do this simply using weighted edges

c0fec0de commented 11 months ago

Yes. Please use weighted edges.