gmod/jbrowse

By gmod

Updated almost 9 years ago

Under construction

Image
Data Science
Web Servers
2

168

Note: this is obviously quite old. We'll be working on updating this repo.

A docker repo for JBrowse that runs on a nginx container

docker pull gmod/jbrowse
docker run --name jbrowse-instance -p 9000:80 gmod/jbrowse
docker-machine ls
# go to http://ipaddress:9000/ for testing jbrowse instance

Currently loads volvox sample data

Docker Pull Command

docker pull gmod/jbrowse