fjossinet / RNAseqDocker

A docker image providing RNA-seq algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNAseqDocker

A docker image containing the following algorithms fully configured:

Installation

First you need to install Docker on your computer. You can find all the details here.

Then, to get our docker image, you need to type:

docker pull fjossinet/rnaseq

Usages and Examples

In general, these algorithms need input files. Consequently, you have to mount the file system of your computer (the host) in the Docker container (the guest). This is done with the -v option.

SAMtools algorithm:

docker run -v /Users/fjossinet/my_files:/data fjossinet/rnaseq samtools view -c /data/my_file.bam

About

A docker image providing RNA-seq algorithms

License:MIT License