A Snakemake 🐍 pipeline to analyze RNA-seq expression data.
Author: Kristina Sungeun Song
Please follow the instructions to install the Snakemake workflow management tool. We recommend using Conda/Mamba
to install Snakemake.
This Snakemake workflow has been tested with v7.32.4
.
For a dry-run of this Snakemake workflow, simply run the following code from RNAseq/
.
snakemake -n
To run this Snakemake workflow, simply run the following code from RNAseq/
.
snakemake --profile profile_slurm
OR
snakemake --profile profile_local