Open alephreish opened 9 years ago
It seems the following behavior of nw_match is inconsistent. Statements of these types produce empty results:
# identical unrooted trees nw_match - "(1,2,(3,4));" <<< "((1,2),3,4);" # rooted tree matched against an identical unrooted topology nw_match - "(1,2,(3,4));" <<< "((1,2),(3,4));"
What about this one?
It seems the following behavior of nw_match is inconsistent. Statements of these types produce empty results: