Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Snakemake #111

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .Rhistory
Empty file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ A curated list of awesome open source workflow engines
* [Popper](https://github.com/systemslab/popper) [![Stars](https://img.shields.io/github/stars/systemslab/popper.svg)](https://github.com/systemslab/popper) - Lightweight, YAML based container-native workflow engine supporting Docker, Singularity, Vagrant VMs with Docker daemon in VM, and local host.
* [Prefect](https://github.com/PrefectHQ/prefect) [![Stars](https://img.shields.io/github/stars/PrefectHQ/prefect.svg)](https://github.com/PrefectHQ/prefect) - Prefect is a new workflow management system, designed for modern infrastructure and powered by the open-source Prefect Core workflow engine
* [RunDeck](http://rundeck.org/) [![Stars](https://img.shields.io/github/stars/rundeck/rundeck.svg)](https://github.com/rundeck/rundeck) - Job Scheduler and Runbook Automation.
* [Snakemake](https://snakemake.github.io) [![Stars](https://img.shields.io/github/stars/snakemake/snakemake.svg)](https://github.com/snakemake/snakemake) - Workflow management system to create reproducible and scalable data analyses; python-based inspired by GNU `Make`.
* [StackStorm](https://stackstorm.com/) [![Stars](https://img.shields.io/github/stars/stackstorm/st2.svg)](https://github.com/StackStorm/st2) - Robust Automation Engine providing Sensors, Triggers, Rules, Workflows, and Actions. StackStorm is how you "glue" your applications together.
* [Temporal](http://temporal.io/) [![Stars](https://img.shields.io/github/stars/temporalio/temporal.svg)](https://github.com/temporalio/temporal) - Temporal is a microservice orchestration platform which enables developers to build scalable applications without sacrificing productivity or reliability. Temporal is a mature technology, a fork of Uber's Cadence. Temporal is being developed by Temporal Technologies, a startup by the creators of Cadence.
* [Titanoboa](https://titanoboa.io/) [![Stars](https://img.shields.io/github/stars/mikub/titanoboa.svg)](https://github.com/mikub/titanoboa) - Titanoboa is a platform for creating complex workflows on JVM.
Expand Down