#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 data; dimensions ntax=4 nchar=8; format datatype=dna missing=? gap=-; matrix a AACTG-A? b ACMGRSVT c WYHKDBCC d ACGT---A ; end;