Pipeline for analyzing in-vitro RNA-Seq experiments.
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
One of the following:
You will also need,
Create the configuration files
For the example
data,
- Copy
example/config.yaml
toconfig.yaml
.
To run the pipeline on your own data,
- Copy
config.template.yaml
toconfig.yaml
. Editconfig.yaml
according to your needs and local environment.
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
The following software is used by this pipeline,