This is a set of docker files for building and running opencb/cellbase.
It takes an hour or so to build and run cellbase manually, and this project automates all that.
Running cellbase includes the following:
- checking and compiling the code
- installing ensembl-api
- perl and a few cpan modules (JSON, mysql, ..)
- setting up mongodb
- cellbase download task
- cellbase build task
- cellbase load task
- running cellbase server
You'll need docker v1.7 installed. Have a look at the make.sh script for required steps.
You can report bugs or request new features at GitHub issue tracking.
Releases notes are available at GitHub releases.
This is an open-source project. I appreciate any help and feeback! You can contribute in many different ways such as simple bug reporting and feature requests. Dependending on your skills you are more than welcome to fix bugs and work on new features, but make sure you pick an existing issue.
- Milan Simonovic ([email protected])