Genherite predicts genetic networks for multicellular cell fate decisions.
A distribution version is available as a tarball.
It is programmed in C/C++. Source files can be found in the folder src.
You can refer to the INSTALL file for detailled installation instructions. This
file is readily available in the tarball. If you use the development version, you will
need the autotools in order to generate it and compile the code.
mkdir build
cd build
../configure
make
make installYou can control the destination folder by adjusting the prefix variable at
the configure step:
../configure --prefix=/folder/where/to/installsee the INSTALLfile for more informations.
Run:
./autogen.shprior to the steps described in the previous paragraph.
Run src/genherite --help to see the different modes of execution.