Deborah.MiriamDocument.MiriamDocumentRunner
Deborah.MiriamDocument.MiriamDocumentRunner.run_MiriamDocument — Functionrun_MiriamDocument(
toml_path::String,
jobid::Union{Nothing, String}=nothing
) -> NothingMain driver function to generate all Deborah.Miriam JLD2 for a multi-ensemble reweighting calculation.
This function parses a TOML configuration file, loads summary statistics, writes a JLD2 snapshot.
Arguments
toml_path::String: Path to theTOMLconfiguration file, which must include:data.labelsanddata.trainsforLBPandTRPvaluesdata.locationanddata.multi_ensemblefor path resolutiondata.TrM1_X,TrM1_Y,TrM1_model(and similarly forTrM2–TrM4)data.analysis_headerto form the ensemble namedata.use_abbreviationto toggle abbreviation usageabbreviationdictionary mapping names to codes
jobid::Union{Nothing, String}: Optional job ID for contextual logging.
Workflow Overview
- Load raw summary files and merge into
new_dict - Write
JLD2snapshot.