Cytoscape Desktop in Docker image with GUI running using xvfb and VNC server
- Install Docker and Docker Compose for your OS.
- run
mkdir trycydockercommand in your terminal. - run
cd trycydockercommand in your terminal. - copy .env and compose.yml to the
trycydockerdirectory - run
docker-compose up -dcommand in thetrycydockerdirectory. - open
http://localhost:8888/labandhttp://localhost:6080/vnc_auto.htmlin your web browser. - (optional) In
http://localhost:8888/lab, create a Notebook [for Python] and run!pip install py4cytoscapein a code Cell, or a Notebook [for R] and runif (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("RCy3")
Cytoscape content at DockerHub can be found here:
