tjunier / newick_utils

shell tools for processing phylogenetic trees
Other
104 stars 31 forks source link

Rootedness in nw_match #7

Open alephreish opened 9 years ago

alephreish commented 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));"
alephreish commented 8 years ago

What about this one?