Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1023 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1023 Bytes

Snakemake workflow: rna-seq-kallisto-sleuth

DOI Snakemake

A Snakemake workflow for differential expression analysis of RNA-seq data with Kallisto and Sleuth.

Usage

The usage of this workflow is described in the Snakemake Workflow Catalog.

If you use this workflow in a paper, don't forget to give credits to the authors by citing the URL of this (original) repository and its DOI (see above).

Development Test Setup

poetry install --with dev
# Format the Snakefile
poetry run snakefmt workflow/Snakefile workflow/rules/ workflow/scripts
# Run test workflow and generate coverage report
poetry run pytest