augur.util_support.node_data_reader moduleο
- class augur.util_support.node_data_reader.NodeDataReader(filenames, tree_file=None, validation_mode=ValidationMode.ERROR)ο
Bases:
object
Parses one or more node data files and combines them into a single data structure.
The format of Node data files is described in docs/usage/json_format.md. The generated_by attribute is not included in the resulting data structure.
If a tree file is specified, it is used to verify the node names.
If validation_mode is set to
augur.types.ValidationMode.SKIP
no validation is performed.- build_node_data()ο
- check_against_tree_file(node_data)ο
- property node_data_filesο
- property node_names_from_tree_fileο
- read()ο