Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
OCaml
Other
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
PhyloCSF_Examples | ||
|
|
PhyloCSF_Parameters | ||
|
|
lib/CamlPaml | ||
|
|
src | ||
|
|
LICENSE | ||
|
|
Makefile | ||
|
|
README | ||
README
+---------------------------------------------------------------------+ | ____ __ __ ___________ ______ | | / __ \/ /_ __ __/ /____ / ____/ ___// ____/ | | / /_/ / __ \/ / / / // __ \/ / \__ \/ /_ | | / ____/ / / / /_/ / // /_/ / /___ ___/ / __/ | | /_/ /_/ /_/\__, /_/ \____/\____//____/_/ | | /____/ | | | | http://compbio.mit.edu/PhyloCSF | +---------------------------------------------------------------------+ SOURCE DISTRIBUTION Compiling PhyloCSF from source may be difficult for most users, because it requires an Objective Caml toolchain that's probably not already present on your system. For this reason, we provide precompiled binaries for Linux and Mac OS X on our website. DEPENDENCIES - GNU Scientific Library * Objective Caml 3.11+, with native code compiler * findlib * OCaml Batteries Included 1.20+ * ocamlgsl 0.60+ - ocaml+twt 0.92+ http://people.csail.mit.edu/mikelin/ocaml+twt/ * These can be set up using GODI: http://godi.camlcity.org/ The source distribution is divided into a library, CamlPaml, containing generic infrastructure for phylogenetic rate models, and a program implementing the PhyloCSF-specific models and driver program. With additional development, the CamlPaml library will eventually be released as a separate entity, but for now it is just part of this distribution. COMPILING Assuming the above dependencies are satisfied, just run `make` in this directory. This will build and install the CamlPaml library, then compile the PhyloCSF executable and copy it to PhyloCSF.ARCH in this directory, where e.g. ARCH = Linux.x86_64.