jianhong / trackViewerBiocAsia2020Workshop

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.

Home Page:https://jianhong.github.io/trackViewerBiocAsia2020Workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://jianhong.github.io/trackViewerBiocAsia2020Workshop/

License:Other


Languages

Language:Dockerfile 100.0%