UIUCSinhaLab / GEMSTAT

Thermodynamics-based models of transcriptional regulation by enhancers: the roles of synergistic activation, cooperative binding and short-range repression
6 stars 8 forks source link

GEMSTAT

This code implements the method from the paper

Authors

See the file AUTHORS for information about additional authors and maintainers of this software.

Documentation

See the file named README.txt for documentation about building and running the program.

building

After checking out the repo, do:

git submodule init
git submodule update --recursive
mkdir build
cd build
cmake ..
make

Maintainers

See the file named MAINTAINER_README for more hints on how to maintain this software.

Builds

See Travis-Ci for continuous integration.