Graphical user interface (GUI) for GeneRegulatorySystems.jl, a tool for designing complex simulation schedules of stochastic gene regulatory networks. Software documentation is available at https://drostlab.github.io/GeneRegulatorySystems.jl/.
Download the latest app release from the Releases page. This will automatically install all the required dependencies and start up the app in a desktop window.
git clone https://github.com/drostlab/GeneRegulatorySystems-App.git
cd GeneRegulatorySystems-App
./dev.shThis starts the Vue frontend and Julia backend in browser mode. Dependencies are installed automatically on first run. Node.js >= 20, Julia >= 1.11 are required.
For the native desktop window:
./dev.sh --tauriThis requires Rust >= 1.77 to be installed additionally.
cd tauri-app
cargo tauri buildOutput is written to tauri-app/target/release/bundle/. See tauri-app/README.md for details.