Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


This tutorial will show you how to create a CellBase instance. First, you will download a set of raw files from several data sources. These raw files shall contain the core data that will populate the Cellbase knowledgebase. Then, you will build the JSON documents that should be loaded into the Cellbase knowledgebase.


You do not need to install CellBase to run queries. See Using CellBase  for information how to run queries.


Building a CellBase instance has three stages:


StageDescription
Download **Downloads the data files for the specified data sets
Build **Parses the downloaded data files, generates JSON objects, e.g. gene.json
LoadLoads the generated JSON objects into the Mongo database

These three stages are described in detail below.

** We have already downloaded and processed these data, and the resulting JSON documents are available through our FTP server. For those users who wish to skip these two sections, directly download json documents from http://bioinfo.hpc.cam.ac.uk/downloads/cellbase/v4/homo_sapiens_grch37/mongodb/ and jump to the [[Load Data Models]] section.

Step 1 - Configuring the Server

Hardware

Which sort of hardware you need depends on how much data you need, query load, etc. A full CellBase instance is 1 TB of data, but loading only genomic data is XXX GB. Also loading and querying data is very resource intensive, we recommend at least XXX GB of RAM.

Software Dependencies

Below are the software dependencies required by CellBase.


SoftwareVersionPurpose
Java8
MongoDB3.6Database
Tomcat8.5x
Docker18Building Ensembl


  • Java - we recommend you use the OpenJDK.
  • MongoDB - put your mongo credentials in settings.xml ???
  • Tomcat - put your tomcat credentials in settings.xml ???
  • Docker - CellBase uses docker to manager the Perl modules required to query Ensembl's Perl API.

Step 2 - Downloading the data

Step 3 - Building the data

Step 4 - Loading the data

Now that you have your own installation of CellBase, see Using CellBase  for information how to run queries.





Table of Contents:


  • No labels