Skip to content

jianhong/trackViewerBiocAsia2020Workshop

Repository files navigation

dagLogo workshop

.github/workflows/basic_checks.yaml

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.

Pre-requisites

  • Basic knowledge of R
  • Basic knowledge of Docker
  • A computer with internet connection

docker file

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

Learning goals

  1. Gain the basic knowledge of typical workflows for trackViewer

  2. Plot a lolliplot

  3. Plot a dandelion

About

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.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks