Skip to content

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

License

Notifications You must be signed in to change notification settings

T6SS/T6SSModellingStochasticTimerRW.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages