https://github.com/ensembl/ensembl
The Ensembl Core Perl API and SQL schema
https://github.com/ensembl/ensembl
Last synced: 9 months ago
JSON representation
The Ensembl Core Perl API and SQL schema
- Host: GitHub
- URL: https://github.com/ensembl/ensembl
- Owner: Ensembl
- License: apache-2.0
- Created: 2013-12-17T15:11:49.000Z (over 12 years ago)
- Default Branch: release/115
- Last Pushed: 2025-09-21T21:03:01.000Z (10 months ago)
- Last Synced: 2025-09-21T22:20:50.511Z (10 months ago)
- Language: Perl
- Homepage: http://www.ensembl.org
- Size: 58.9 MB
- Stars: 80
- Watchers: 18
- Forks: 79
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Ensembl Core API
[][travis]
[][coveralls]
[travis]: https://travis-ci.org/Ensembl/ensembl
[coveralls]: https://coveralls.io/github/Ensembl/ensembl
The Ensembl Core API (Application Programming Interface) serves as a middle layer between the underlying MySQL database and the user's script. It aims to encapsulate the database layer by providing high level access to the database.
Find more information (including the installation guide and a tutorial) on the Ensembl website: http://www.ensembl.org/info/docs/api/core/
## Download
To clone the Ensembl Core API, use the following command:
```
git clone https://github.com/Ensembl/ensembl.git
```
Alternatively, you can download the files in gzipped TAR format from our [FTP site](https://ftp.ensembl.org/pub/ensembl-api.tar.gz).
## API requirements
In order to use the Ensembl Core API, an installation of [BioPerl 1.6.924 core modules](https://github.com/bioperl/bioperl-live/archive/release-1-6-924.zip) (bioperl-live) is required.
A guide for installing all Ensembl APIs and their respective prerequisites is available here:
http://www.ensembl.org/info/docs/api/api_installation.html
## API tutorial
An extensive tutorial for the Ensembl Core API can be found at:
http://www.ensembl.org/info/docs/api/core/core_tutorial.html
## Contributions
If you wish to contribute to this repository or any Ensembl repository, please refer to [our contribution guide](https://github.com/Ensembl/ensembl/blob/master/CONTRIBUTING.md).
## Contact us
Please email comments or questions to the public Ensembl developers list at
.
Questions may also be sent to the Ensembl help desk at
.