Skip to content
Snippets Groups Projects
Commit 88a873d7 authored by Yair Fosado's avatar Yair Fosado
Browse files

readme update

parent e20f2961
No related branches found
No related tags found
No related merge requests found
# Largest connected component
The script **bash\_maxCC.sh** contains the instructions to run the whole analysis in this folder:
I.- First, it executes the mathematica notebook **maxCComp.m** to read the network connectivity files produced in folder **1\_networkConnectivity/REP1/**. These files contain information about which DNAns (with moleculeID $m\in[0,N-1]$) is connected with any other DNAns. By runnig the mathematica notebook, you will create a file called *maxCC.txt* with columns:
**I.-** First, it executes the mathematica notebook **maxCComp.m** to read the network connectivity files produced in folder **1\_networkConnectivity/REP1/**. These files contain information about which DNAns (with moleculeID $m\in[0,N-1]$) is connected with any other DNAns. By runnig the mathematica notebook, you will create a file called *maxCC.txt* with columns:
* 1.- timestep.
* 2.- The size (number of DNAns) in the largest connected component.
II.- Then, it removes the special characters *"* from the file *maxCC.txt* and rename it to: *maxCComp_rho0.02.txt*
Note that if you don't have X11 installed, you will need to open the Mathematica script (maxCComp.m) and run it as usual (shift+enter) to create the previous file.
**II.-** Then, it removes the special characters *"* from the file *maxCC.txt* and rename it to: *maxCComp_rho0.02.txt*
**Note:** The variables inside the mathematica notebook: The number (M) of nanostars, and the initial time (ti), time-frequency (dfreq) and last timestep (tl), need to be set accordingly to the system you are analysing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment