Skip to content

thiesgehrmann/delftrnaseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delftrnaseq

RNA-Seq pipeline used at the Delft Bioinformatics Lab for paired and single end reads.

An outline of what the pipeline can (or will) be able to produce

Dependencies

Further functionality is provided by installing:

Usage

Given a configuration file (such as 'pipeline_conf_example.py') (most functionality is exemplified there)

> ./pipeline_conf_example.py # Produces a makefile 'Makefile', and a configuration file 'conf'

You can get a status of each step by issuing:

> make status

And you can run any one of these steps with:

> make TRIMMOMATIC

If you start a step and you have not completed the dependencies of that step, it will run those first.

Installation

Clone the delftrnaseq repository to somewhere:

> git clone https://github.com/thiesgehrmann/delftrnaseq.git

In each configuration file you create, the first line should reflect the location of 'pipeline.py' in your current installation.

About

RNA-Seq pipeline used at the Delft Bioinformatics Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published