RNA-Seq analysis workflow using Snakemake
Clone the repository:
git clone https://github.com/zhxiaokang/RASflow.git
Create the environment:
conda env create -n rasflow -f env.yaml
Activate the environment:
conda activate rasflow
Modify the metafile describing your data configs/metadata.tsv
.
Customize the workflow based on your need in configs/config_main.yaml
.
python main.py
A more detailed tutorial of how to use this workflow can be found here: Tutorial
RASflow has been evaluated on 4 datasets including two model organisms (human and mouse) and a non-model organism (Atlantic cod). To keep this repository as light as possible, the evaluation of RASflow on real datasets is deposited here: RASflow_realData
RASflow is available as a preprint on bioRxiv: Zhang X, Jonassen I. RASflow: An RNA-Seq Analysis Workflow with Snakemake. bioRxiv. 2019 Nov 839191. Recently accepted by BMC Bioinformatics.