augur.util_support.auspice_config module
-
augur.util_support.auspice_config.merge_configs(configs, validation_mode, output_fname=None)
- Return type:
dict
[str
, Any
]
-
augur.util_support.auspice_config.read_auspice_configs(*fnames, validation_mode, output_fname)
Parses zero, one or multiple files as auspice config JSONs and returns a (merged) config dict.
- Return type:
dict
[str
, Any
]
-
augur.util_support.auspice_config.read_json(fname)
-
augur.util_support.auspice_config.read_single_auspice_config(fname, validation_mode)
- Return type:
dict
[str
, Any
]
-
augur.util_support.auspice_config.remove_unused_metadata_columns(columns)
- Return type:
list