summaryrefslogtreecommitdiff
path: root/brain.documentation/flowchart.dot
diff options
context:
space:
mode:
authorLan Hui <lanhui@zjnu.edu.cn>2025-10-13 11:45:12 +0800
committerLan Hui <lanhui@zjnu.edu.cn>2025-10-13 11:45:12 +0800
commitd82980848fce244015e7ac0958edac65b3bbdfba (patch)
treebf190ee09b489d100ce4ee6a6848e38dc76002d2 /brain.documentation/flowchart.dot
parenta3738c537df184579ddca12a3f1343e13980e082 (diff)
Update data flow chart in the doc
Diffstat (limited to 'brain.documentation/flowchart.dot')
-rw-r--r--brain.documentation/flowchart.dot2
1 files changed, 2 insertions, 0 deletions
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"];