Skip to content

federicomarini/flowjupy

Repository files navigation

flowjupy

Introduction

This Docker container provides a Jupyter Notebook interface to the functionality from the R/Bioconductor package flowcatchR. It is based on the jupyter/demo Docker image.

Installation

This app needs a recent version of Docker:

  • Docker installation instructions
  • type docker pull federicomarini/flowjupy
  • ... or alternatively clone this repository (git clone https://github.com/federicomarini/flowjupy.git) and build the image locally with cd flowjupy && docker build -t flowjupy .

Usage

  • docker run -p 8888:8888 federicomarini/flowjupy
  • If all goes well
    • On Linux, browse to http://localhost:8888 for the Jupyter notebook interface available in the home folder to find example notebooks illustrating the usage of the flowcatchR package
    • On MacOS or Windows running Docker Toolbox find the Docker host URL with docker-machine ip default|[name of the virtual machine] and browse to http://[thatIPaddress]:8888

Other components of the dockerflow workflow solution

Contact

For additional details regarding the functions of flowcatchR, please consult the package documentation, the package vignette or write an email to marinif@uni-mainz.de.

Bug reports/Issues/New features

Please use https://github.com/federicomarini/flowcatchR/issues for reporting bugs, issues or for suggesting new features to be implemented.

About

Docker image for flowcatchR in Jupyter Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages