From ccbb6749a2e08fed0d3070dfbddb97dc7719fade Mon Sep 17 00:00:00 2001 From: Yair Fosado <yair.fosado@ed.ac.uk> Date: Sat, 5 Oct 2024 07:26:25 +0100 Subject: [PATCH] readme update --- 2.Analysis/3_ShortestPath/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2.Analysis/3_ShortestPath/README.md b/2.Analysis/3_ShortestPath/README.md index df1b7e4..e03a5e5 100755 --- a/2.Analysis/3_ShortestPath/README.md +++ b/2.Analysis/3_ShortestPath/README.md @@ -26,9 +26,10 @@ In addition, the following are created: * The file **fullPathLength.dat** with the information of the previous point but for all the timesteps. * The file **histogramMathematica.pdf** with the frequency histogram for $\lambda$. +Note that if you don't have X11 installed, you will need to open the Mathematica script (MinPathBranching.m) and run it as usual (shift+enter) to create the previous files. ## II.- Histogram of branching points -The bash (**histogram\_freq.sh**) script has the instructions to run an AWK (**awk.histLmin**) script, which reads *fullPathLength.dat* and computes: +The bash (**histogram\_freq.sh**) script has the instructions to run an AWK script (**awk.histLmin**), which reads *fullPathLength.dat* and computes: > *histogram.txt* with the frequency of $\lambda$ between branching points. > -- GitLab