Skip to content

Evolutionary algorithm for the prediciton of genetic networks.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

hrouault/Genherite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Installation

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.

Quick install

mkdir build
cd build
../configure
make
make install

You can control the destination folder by adjusting the prefix variable at the configure step:

../configure --prefix=/folder/where/to/install

see the INSTALLfile for more informations.

Development version

Run:

./autogen.sh

prior to the steps described in the previous paragraph.

Running Genherite

Run src/genherite --help to see the different modes of execution.

About

Evolutionary algorithm for the prediciton of genetic networks.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages