Git Product home page Git Product logo

bridge-docker's Introduction

Biomolecular Reaction & Interaction Dynamics Environment (BRIDGE)

BRIDGE is a flavour of the Galaxy platform to run and analyze molecular dynamics simulations.

Get from DockerHub

docker pull scientificomputing/bridge
docker run -d -p 8080:80 scientificomputing/bridge

For more run options see docker-galaxy-stable.

Tagged versions

In case the latest version is not working, also see the tagged versions that are available. For example try 19.05.1 which is pinned to Galaxy 19.05.1

docker pull scientificomputing/bridge:19.05.1
docker run -d -p 8080:80 scientificomputing/bridge:19.05.1

To find tags it is best to browse to the BRIDGE DockerHub page. Alternatively try the following on the commandline to list the first few tags:

curl "https://hub.docker.com/v2/repositories/scientificomputing/bridge/tags?page=1" |jq '."results"[]["name"]'

Quick start with custom Galaxy Docker

  • Build: docker build -t bridge .
  • Run: docker run -d -p 8080:80 --rm bridge # the --rm flag will automatically remove the container when it exits
  • Use: Open your web browser on http://localhost:8080

Further information

See BRIDGE

bridge-docker's People

Contributors

chrisbarnettster avatar tsenapathi avatar

Watchers

 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.