1. Getting started

The commands and tutorials below are designed for a Unix environment, and were tested under the OS Linux Mint Debian Edition (LMDE).

They assume that the gene-regulation library is downloaded or cloned into your home directory. You can specify any other preferred directory.

1.1. Download Gene-regulation

cd ${HOME}
wget --no-clobber https://github.com/rioualen/gene-regulation/archive/4.0.tar.gz
tar xvzf 4.0.tar.gz
GENE_REG_PATH=${HOME}/gene-regulation-4.0

1.2. Clone Gene-regulation

cd ${HOME}
git clone https://github.com/rioualen/gene-regulation.git

1.3. Run Gene-regulation

Please refer yourself to the Tutorials section.