Giter VIP home page Giter VIP logo

motiftoolbox's Introduction

Motiftoolbox

This is Motiftoolbox, a set of versatile tools to explore the dynamics of network motifs.


INSTALL

LINUX

Motiftoolbox consists of a set of "./Tools". To activate the tools, perform

$ cd Tools

$ make all

To use predefined programs, enter one of the program directories (e.g. Leech_3-cell) and perform

$ ./run.py

MAC OSX

  1. Download SourceTree application from http://www.sourcetreeapp.com/.
  2. Copy the link https://github.com/jusjusjus/Motiftoolbox.git.
  3. Open SourceTree, click on 'Clone Repository'.
  4. Paste the code into Source Path / URL and add .../Motitoolbox to the destination path
  5. Click clone. Let it finish and close SourceTree
  6. Open a terminal and type the following

$ cd Motiftoolbox/Tools

$ make all

enter one of the exixting directories (e.g. cd Fitzhugh_3-cell )

$ ./run.py

Enjoy.


Web Server

One time installation : sudo apt-get install python-pip sudo pip install Flask sudo pip install mpld3

The webserver looks for a comma separated file named '/usr/sbin/MotiftoolboxPwd'.

username,password, EOF

Please, create one.

To start the server: Enter Fitzhugh_3-cell directory $ ./webrun.py


Noise

The program uses gsl libraries for ansi-c noise computation. First you need to install the gsl package, and then you need to make sure that your gcc will link the libgsl, and libgslcblas. Then, you can enable noise with the command.

make noise

Libraries using noise will be automatically included, and can be used. Note, that Fitzhugh-n_cell uses the scipy noise generators.


AUTO

Tools/orbit.py uses the python module of AUTO-07p to compute periodic orbits exactly. If not installed, the orbit is approximated through a long-enough forward integration.

Download AUTO-07p from http://sourceforge.net/projects/auto-07p/?source=typ_redirect and follow the directions. Open a shell and follow the following commands

gunzip auto-07p<..>.tar.gz

tar -xvf auto-07p<..>.tar

A folder named auto/ is created. Move it to home directory and enter. Run configure, and install recommended package libcoin80-dev, and libsoqt-dev using package manager (make sure configuration recognizes fortran compiler). now enter into shell

make

Enter into your $HOME/.bashrc

export PYTHONPATH=$PYTHONPATH:$HOME/auto/07p/python:

source $HOME/auto/07p/cmds/auto.env.sh


CONTRIBUTORS

Justus Schwabedal 2014, 2015

Drake Knapper

Krishna Pusuluri

Deniz Alacam

motiftoolbox's People

Contributors

jusjusjus avatar pusulurikrishna avatar drakeknapper avatar denizalacam avatar

Watchers

James Cloos avatar Birm avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.