#NEXUS [ Used to test converting Mesquite's matrix to Cipres matrix by comparing with matrix read_nexus_server creates. This file passes. Note that there are no 'N's in this file. Mesquite treats N as ? so a file with N won't compare exactly with read_nexus_server matrix. ] begin taxa; dimensions NTax=4; taxlabels a b c d; end; begin trees; tree rep.1 = [&U] (((a:.1,b:1):2,c:3),d:1.5); end;