summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"];