Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.35 KB

README.md

File metadata and controls

67 lines (45 loc) · 2.35 KB

Woodstock

Neuron from https://flic.kr/p/5giagf

Neuron from flickr shared under cc by-nc

Build Status GoDoc

Woodstock a suite of tools used to show and analyse mathematical models of biological processes modeled from (petri nets), this tool could easily be extended to other fields.

Building (for development purposes)

You need to have go installed. Go to http://golang.org/ for the installation package and instructions.

# set your GOPATH to the directory of your choice 
# (you can have multiple like $PATH)
mkdir "/$HOME/go"    
export GOPATH="/$HOME/go"    

# get the code
go get github.com/criusmq/woodstock
go build github.com/criusmq/woodstock

Contributing

  1. Check if there is an existing issue about the same subject.
  2. Create one if not.
  3. Share your patch (as a pull request preferably).

Contributors

See contributors page for full list of contributors.

Some Go Help

For go starters, here are some helpers:

License

Not yet tought about it, so for now: wtfpl.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2014 

 Copyright (C) 2014 Pierre-Alexandre St-Jean <pa@stjean.me> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.