/T6SSModellingStochasticTimerRW.jl

Package to run models from: Space and time on the membrane: a model of Type VI secretion system redistribution

Primary LanguageJuliaMIT LicenseMIT

T6SSModellingStochasticTimerRW

Stable Dev Build Status Coverage

Installation

This package depends on two other unregistered packages which I wrote, Telegraph.jl and RandomWalker.jl. To install this package, T6SSModellingStochasticTimerRW.jl open julia in your preferred way.

REPL

] add https://github.com/fieldofnodes/Telegraph.jl
] add https://github.com/fieldofnodes/RandomWalker.jl
] add https://github.com/fieldofnodes/T6SSModellingStochasticTimerRW.jl

Script

using Pkg
Pkg.add(url = "https://github.com/fieldofnodes/Telegraph.jl")
Pkg.add(url = "https://github.com/fieldofnodes/RandomWalker.jl")
Pkg.add(url = "https://github.com/fieldofnodes/T6SSModellingStochasticTimerRW.jl")

Once complete run

using Telegraph
using RandomWalker
using T6SSModellingStochasticTimerRW