Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeNgs (v0.4.0)

GitHub License DOI GitHub Release GitHub Release Date Create Release Test Snakefiles

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

Warning

ngsFetch has been deprecated. Please use ngsfetch instead to fetch metadata and fastq files.

Documentation

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

Contributing

Thank you for wanting to improve SnakeNgs! If you have any bugs or questions, feel free to open an issue or pull request.

Authors

About

Snakemake workflows for NGS data processing

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages