Skip to content

Biomolecular Reaction & Interaction Dynamics Environment (BRIDGE) docker

Notifications You must be signed in to change notification settings

tsenapathi/bridge-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Biomolecular Reaction & Interaction Dynamics Environment (BRIDGE) docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rich Text Format 50.5%
  • Jupyter Notebook 40.1%
  • Tcl 4.5%
  • Python 2.4%
  • Shell 1.3%
  • C++ 0.6%
  • Other 0.6%