#The EnsEMBL API
A collection of Ensembl API modules maintained at Github/Ensembl. This is just a convenience repository that aggregates those modules in one place.
Please see the main Ensembl page on Github for more information.
###Contents:
ensembl/: The EnsEMBL Core APIensembl-compara/: The EnsEMBL Compara APIensembl-funcgen/: The EnsEMBL FuncGen APIensembl-variation/: The EnsEMBL Variation APIensembl-tools/: EnsEMBL tools
###Installation
git clone --recursive git://github.com/gingi/ensembl
This will automatically fetch all the submodules. To do so manually after the repository has been cloned:
git submodule update --init
###Upgrading to the latest Ensembl sources
git submodule foreach git pull origin master
###Author Shiran Pasternak shiranpasternak@gmail.com