snakemake-workflows/rna-seq-star-deseq2

Name: rna-seq-star-deseq2

Owner: Snakemake-Workflows

Description: RNA-seq workflow using STAR and DESeq2

Created: 2017-10-06 13:37:06.0

Updated: 2018-01-08 16:34:32.0

Pushed: 2017-11-30 13:16:19.0

Homepage: null

Size: 11983

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Snakemake workflow: rna-seq-star-deseq2

Snakemake Build Status

This workflow performs a differential expression analysis with STAR and Deseq2. It is currently under development. No stable release is available yet.

Authors
Usage
Step 1: Install workflow

If you simply want to use this workflow, download and extract the latest release. If you intend to modify and further develop this workflow, fork this reposity. Please consider providing any generally applicable modifications via a pull request.

In any case, if you use this workflow in a paper, don't forget to give credits to the authors by citing the URL of this repository and, once available, its DOI.

Step 2: Configure workflow

Configure the workflow according to your needs via editing the file config.yaml and the sample sheet samples.tsv.

Step 3: Execute workflow

Test your configuration by performing a dry-run via

snakemake -n

Execute the workflow locally via

snakemake --cores $N

using $N cores or run it in a cluster environment via

snakemake --cluster qsub --jobs 100

or

snakemake --drmaa --jobs 100

See the Snakemake documentation for further details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.