github page | source code | slides
This package will create the docker file for the tools used for trackViewer, the sample code and files to run the pipeline, and the slides for the course.
docker file for trackViewer
Dockerfile to build trackViewer Based on bioconductor_docker:devel
$ cd ~ $ docker pull jianhong/trackviewerbiocasia2020workshop:latest $ mkdir tmp4trackViewer $ docker run -e PASSWORD=123456 -p 8787:8787 \ $ -v ${PWD}/tmp4trackViewer:/volume/data \ $ jianhong/trackviewerbiocasia2020workshop:latest