https://github.com/snakemake/snakemake
This is the development home of the workflow management system Snakemake. For general information, see
https://github.com/snakemake/snakemake
reproducibility snakemake workflow-management
Last synced: 28 days ago
JSON representation
This is the development home of the workflow management system Snakemake. For general information, see
- Host: GitHub
- URL: https://github.com/snakemake/snakemake
- Owner: snakemake
- License: mit
- Created: 2019-10-04T14:58:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:13:41.000Z (6 months ago)
- Last Synced: 2024-10-29T09:26:44.996Z (6 months ago)
- Topics: reproducibility, snakemake, workflow-management
- Language: HTML
- Homepage: https://snakemake.github.io
- Size: 88.6 MB
- Stars: 2,266
- Watchers: 19
- Forks: 552
- Open Issues: 1,141
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-institutional-hpc - Snakemake - File based processing pipeline framework with workflows written on Python but additional support for CLI programs, Julia and R with SLURM support through either: (Workflow managers and distributed computing frameworks)
- awesome-production-machine-learning - Snakemake - Workflow management system for reproducible and scalable data analyses. (Data Pipeline)
- awesome-python-machine-learning-resources - GitHub - 59% open · ⏱️ 25.08.2022): (工作流程和实验跟踪)
- StarryDivineSky - snakemake/snakemake
README
[](https://gitpod.io/#https://github.com/snakemake/snakemake)
[](https://github.com/snakemake/snakemake/actions?query=branch%3Amain++)
[](https://sonarcloud.io/dashboard?id=snakemake_snakemake)
[](https://anaconda.org/bioconda/snakemake)
[](https://bioconda.github.io/recipes/snakemake/README.html)
[](https://pypi.org/project/snakemake)
[](https://hub.docker.com/r/snakemake/snakemake)
[](https://stackoverflow.com/questions/tagged/snakemake)
[](https://twitter.com/search?l=&q=%23snakemake%20from%3Ajohanneskoester)

[](https://discord.gg/NUdMtmr)
[](https://github.com/snakemake/snakemake/stargazers)
[](CODE_OF_CONDUCT.md)# Snakemake
The Snakemake workflow management system is a tool to create **reproducible and scalable** data analyses.
Snakemake is highly popular, with on average more than 7 new citations per week in 2021, and almost 400k downloads.
Workflows are described via a human readable, Python based language.
They can be seamlessly scaled to server, cluster, grid and cloud environments without the need to modify the workflow definition.
Finally, Snakemake workflows can entail a description of required software, which will be automatically deployed to any execution environment.**Homepage: https://snakemake.github.io**
Copyright (c) 2012-2022 Johannes Köster (see LICENSE)