Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OpenCGA has published a "ready to run" docker image under the repository opencb/opencga-demo for quick testing and playing without going through hassle to learn, wait and install each and every component of OpenCGA. Once users pull this image, they can immediately run and use OpenCGA. This

OpenCGA demo's docker image contains the following components:

  • OpenCGA binaries
  • MongoDB 4.0
  • Solr 6.6 (default
  • init.sh, a bash script to install OpenCGA catalog and populate data (optional)

Once users run opencga demo image, on first run, it will install catalog in mongoDB, start REST server (on port 9090) and start OpenCGA daemon. By default, it won't load any data, In case users also wish to load some demo data, just set the option skipLoad to false instruct container to load data. This will instruct OpenCGA Demo container to download data from Corpasome project, load, annotate, calculate stats and index into Solr search engine. This process roughly takes 35-40 min depending on internet speed and machine specifications.

...