Sign inSign up

fjossinet/rnaseq

By fjossinet

Updated over 9 years ago

A docker image providing RNA-Seq/NGS algorithms

Image
0

2.0K

fjossinet/rnaseq repository overview

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

Tag summary

Content type

Image

Digest

Size

338.7 MB

Last updated

over 9 years ago

docker pull fjossinet/rnaseq