snakemake-workflows/rna-seq-star-deseq2
Refer to the Snakemake Workflow Catalog for more detail
- install Snakemake and Snakedeploy
mamba create -c conda-forge -c bioconda --name snakemake snakemake snakedeploy
conda activate snakemake
- deploy workflow
mkdir -p path/to/project-workdir
cd path/to/project-workdir
snakedeploy deploy-workflow https://github.com/snakemake-workflows/rna-seq-star-deseq2 . --tag v2.0.0
Consider putting this directory under version control.
-
configure workflow
-
config/config.yaml
-
config/samples.tsv
-
config/units.tsv
-
fastq
files -
adapter trimming
-
stradedness
-
-
run workflow
snakemake --cores all --use-conda
- generate report
snakemake --report report.zip