Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.72 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.72 KB

pipeline-rnaseq

Pipeline for analyzing in-vitro RNA-Seq experiments.

Cloning the repo

This pipeline using Git submodules. The easiest way to clone this repo (with a recent version of git) is

git clone --recurse-submodules https://github.com/pvstodghill/pipeline-rnaseq.git

Installing prereqs

One of the following:

You will also need,

Configuring the pipeline

Create the configuration files

For the example data,

  1. Copy example/config.yaml to config.yaml.

To run the pipeline on your own data,

  1. Copy config.template.yaml to config.yaml. Edit config.yaml according to your needs and local environment.

Running the pipeline

To run the pipeline using local copies of the software components:

snakemake

To run the pipeline using Conda to provide software components:

snakemake --use-conda

To run the pipeline using Mamba to provide software components:

snakemake --use-conda --conda-frontend mamba

Software components

The following software is used by this pipeline,