Sign inSign up

thephilross/igv

By thephilross

Updated about 11 years ago

Integrative Genome Viewer container

Image
0

344

thephilross/igv repository overview

docker-igv

Integrative Genome Viewer in a docker container

This image was made to run on OSX 10.10 (Yosemite). You can do the following to work properly assuming you already have docker and boot2docker:

  1. Install Homebrew
  2. brew doctor (just in case) && brew install docker (if you don't have it install yet)
  3. brew install caskroom/cask/brew-cask socat
  4. brew cask install XQuartz

Pull the image: docker pull thephilross/igv

Then run: socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"

And then: docker run -e DISPLAY=192.168.59.3:0 thephilross/igv

Only issue is that it's super slow...I'm not sure if that's due to IGV or because I'm running a container inside a VM which is being run on OSX. But it's still cool...

Author

Philipp Ross [email protected]

Tag summary

Content type

Image

Digest

sha256:aae50d8c7

Size

278.7 MB

Last updated

about 11 years ago

docker pull thephilross/igv