Page tree

Versions Compared

Key

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

...

Once user 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 user also wish to load some demo data, just pass skipLoad=false option to 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 spec).


Following are few of useful docker commands, URLs and addresses to interact with OpenCGA demo container :


Code Block
titleRun OpenCGA Demo (Default skipLoad True)
docker run --name demo -d opencb/opencga-demo:1.4.1

...