Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 3.59 KB

README.md

File metadata and controls

65 lines (52 loc) · 3.59 KB

SnakeNgs (v0.2.0)

GitHub License DOI GitHub Release GitHub Release Date Create Release and Build Docker Image Docker Pulls Docker Image Size

Pipelines for NGS data analysis written in Snakemake. Each pipeline is designed to be executed with Singularity containers.

Usage

  1. Make sure you have Singularity and Snakemake installed.

  2. Clone the repository.

git clone https://github.com/NaotoKubota/SnakeNgs.git
  1. Run the pipeline of your choice (e.g., preprocessing_RNAseq.smk).
snakemake -s /path/to/SnakeNgs/snakefile/preprocessing_RNAseq.smk \
--configfile /path/to/config.yaml \
--cores 16 \
--use-singularity \
--rerun-incomplete

That's it! You can find the detailed usage of each pipeline in the documentation.

Workflow

Documentation

You can learn how to use each pipeline by visiting the documentation.