al3x609 / GUIdock-VNC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noVNC-CyNetworkBMA

The purpose of this project is to address the issue of delivering graphical interface from Docker container. Our approach is by using the noVNC solution, developed by Kanaka et.all.

Basically, noVNC is to use browser as VNC client to the running container, giving more freedom and flexibility on having graphical applications running as a docker package.

This package will get you: Cytoscape (a open source java application with GUI), R and Bioconductor, and CyNetworkBMA (a Cytoscape plug in to infer gene networks).

Publication

GUIdock-VNC: Using a graphical desktop sharing system to provide a browser-based interface for containerized software. Varun Mittal, Ling-Hong Hung, Jayant Keswani, Daniel Kristiyanto, Sung Bong Lee and Ka Yee Yeung. Gigascience 2017, 6(4): 1-6. (https://academic.oup.com/gigascience/article/3052724/GUIdock-VNC:)

Installing Docker

A more detailed on how to get running is available here

About CyNetworkBMA

CyNetworkBMA is a cytoscape plugin to infer gene networks using bayesian techniques. A more information about CynetworkBMA is available here

Demo

Demo Video

Running the container

This container was tested on various operating systems (MacOS, Windows, Linux) and various environtments (laptop/desktop, Microsoft Azure Cloud, Google Cloud, and AWS).

In any docker-enabled environtment, the container can be run using following commands:

# Make sure to use the latest image
docker pull biodepot/novnc-cynetworkbma

#
docker run -v /Users/path/to/your/files:/data -d -p 80:6080 biodepot/novnc-cynetworkbma

Once run, use your favorite browser to interact with the container. To get the IP address of your docker, use following command:

# List of running docker machines
docker-machine ps
# Get the docker machine IP
docker-machine ip default

Contact

You are invited to post a questions or sugesstion by pushing push request or sending 'issues' on this repo.

About

License:MIT License


Languages

Language:JavaScript 66.3%Language:HTML 13.0%Language:Python 10.1%Language:C 3.6%Language:CSS 2.5%Language:Ruby 1.6%Language:Shell 1.0%Language:Clojure 0.8%Language:Roff 0.5%Language:C# 0.3%Language:Dockerfile 0.3%Language:Makefile 0.0%Language:R 0.0%