HISTORY Block

Purpose, relationship to NEXUS standard and to other blocks, intended uses

Block structure and syntax

Syntax of the HISTORY block is as follows (following the published format standard of Maddison, Swofford & Maddison, 1997).
BEGIN HISTORY;   
            DIMENSIONS
                       NTAX=number-of-taxa
                       NCHAR=number-of-characters
            ;
            [FORMAT [DATATYPE={STANDARD|DNA|RNA|NUCLEOTIDE|PROTEIN}] [MISSING=symbol] [GAP=symbol] [SYMBOLS="symbol [symbol...]"]
            ;]
            TAXLABELS taxon-name [taxon-name...];
            MATRIX data-matrix;
            TREE [*] tree-specification;
END; 
DIMENSIONS, FORMAT, and TAXLABELS must precede MATRIX and TREE. Only one of each of these commands is allowed per block.

Commands

Commands recognized in the history block (following the published format standard of Maddison, Swofford & Maddison, 1997).

Authors

Arlin Stoltzfus & Justin Reese, borrowing liberally from the published format standard of Maddison, Swofford & Maddison, 1997.