Skip to content

drostlab/GeneRegulatorySystems-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneRegulatorySystems App

Latest release

GRS logo

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/.

Installation

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.

Developer mode

git clone https://github.com/drostlab/GeneRegulatorySystems-App.git
cd GeneRegulatorySystems-App
./dev.sh

This 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 --tauri

This requires Rust >= 1.77 to be installed additionally.

Production build

cd tauri-app
cargo tauri build

Output is written to tauri-app/target/release/bundle/. See tauri-app/README.md for details.

About

Graphical User Interface for GeneRegulatorySystems.jl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors