augur.util_support.node_data_file

class augur.util_support.node_data_file.NodeDataFile(fname, validation_mode=ValidationMode.ERROR)

Bases: object

property annotations
property branches
property generated_by
property is_generated_by_incompatible_augur
items()
property nodes
validate()
class augur.util_support.node_data_file.NodeDataObject(node_data_json, fname, validation_mode=ValidationMode.ERROR)

Bases: NodeDataFile

NodeDataObject is identical to NodeDataFile except it takes a node-data dict rather than loading the node data from a file