This script contains simulation code for our publication Synchronization of oscillatory growth prepares fungal hyphae for fusion.
Open Julia REPL (https://julialang.org/) in the project directory and run the following commands to install all necessary packages and run the simulation script.
import Pkg
Pkg.activate(".")
Pkg.instantiate()
include("simulation_script.jl")