Open jolespin opened 6 years ago
we haven't updated ClusterNode for a long time and you are right that those classes are missing arguments. Not only name, but also support, format, and quoted_node_names. I will mark this as a bug, and I'll be happy to take any pull request fixing it if that happens before I can find time to fix it myself thanks!
I can try and give it a shot ! Can we do a super().__init style option to inherit everything from TreeNode?
the inherit should be already in place. we just need to update the argument list
I noticed that
ClusterNode
andClusterTree
alias do not havename
arguments but they do have a.name
attribute that can be set. Is this intentional?Would it be possible to add the name argument into the instance as it's being called like
Tree
andPhyloTree
?