Docker file for kristiyanto/networkbma.
The package contains: Cytoscape, R, with Bioconductor packages (igraph, Rserve, and networkBMA).
A tutorial to get it run on Windows and Mac are available: https://www.youtube.com/watch?v=FXOU2EZ4szI (Mac) https://www.youtube.com/watch?v=Y1Ye5mOMBW0 (Windows)
https://www.docker.com/toolbox
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install xquartz
brew install socat
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:"$DISPLAY"
open -a Xquartz
(Run Kitematic)
docker run -ti -e DISPLAY=192.168.99.1:0 kristiyanto/networkbma
https://www.docker.com/toolbox
(run kitematic)
(tools -> X11 tab with DWM)
ssh -X [email protected]
password is tcuser, ip is your docker VM IP. If not sure, run: docker-machine ip default
docker run -ti -e DISPLAY=192.168.99.1:1.0 kristiyanto/networkbma
IP is your Windows IP address. Use ipconfig if not sure. Display port (:1.0) is your current display port. Look at your MobaXterm window tab name if not sure.