Giter VIP home page Giter VIP logo

docker-chado's Introduction

Docker Chado Container

DOI

Built on top of a standard postgres:9.5 container, the Chado container provides the Chado schema loaded with all 5 standard ontologies.

Launching the Container

The Chado container is very simple to start, as simple as a regular postgres container:

docker run -d --name chado erasche/chado:latest

The Chado schema in this container will not persist across restarts, to allow for that, supply a volume with -v like so:

docker run -d --name chado -v /path/to/storage:/var/lib/postgresql/9.4/ erasche/chado

The schema and five default ontologies are installed upon launch, if no chado instance is detected.

Accessing the Container

If you haven't exposed a port with the -p/-P options, you can connect to your chado container via a linked container:

docker run -i -t --link chado:db erasche/chado bash
root@0069babbd55f:/# psql -h $DB_PORT_5432_TCP_ADDR -U postgres postgres
# Password is postgres

Schema Free Container

If you do not wish to have the schema automatically installed upon launch, simply set the environment variable INSTALL_CHADO_SCHEMA to 0:

docker run -d --name chado-tools -e INSTALL_CHADO_SCHEMA=0 erasche/chado

This will let you use all the GMOD tools without needing to wait for the chado schema to install.

Yeasty Container

If you would like some default yeast data installed for you, you can supply the environment variable INSTALL_YEAST_DATA=1. This requires that you leave INSTALL_CHADO_SCHEMA=1:

docker run -d --name chado-yeast -e INSTALL_YEAST_DATA=1 erasche/chado

docker-chado's People

Contributors

hexylena avatar

Watchers

Anthony Bretaudeau avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.