From d82980848fce244015e7ac0958edac65b3bbdfba Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Mon, 13 Oct 2025 11:45:12 +0800 Subject: Update data flow chart in the doc --- brain.documentation/flowchart.dot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'brain.documentation/flowchart.dot') diff --git a/brain.documentation/flowchart.dot b/brain.documentation/flowchart.dot index 746b088..18333f8 100644 --- a/brain.documentation/flowchart.dot +++ b/brain.documentation/flowchart.dot @@ -2,6 +2,8 @@ digraph { label="A roadmap to make the network" buildRmatrix -> slice_TPM_to_JSON[label="TPM.txt"]; + buildRmatrix -> mergeTPM; + mergeTPM -> slice_TPM_to_JSON[label="TPM.assembled.txt"]; buildRmatrix -> create_edges4[label="TPM.txt"]; buildCmatrix -> create_edges4[label="binding.txt"]; make_parameter_bw -> get_binding[label="parameter_for_buildCmatrix.txt"]; -- cgit v1.2.1