An open API service indexing awesome lists of open source software.

https://github.com/rvalieris/hyperdrive

run snakemake workflows on AWS.
https://github.com/rvalieris/hyperdrive

aws snakemake

Last synced: 3 months ago
JSON representation

run snakemake workflows on AWS.

Awesome Lists containing this project

README

          

# hyperdrive

run [snakemake](https://snakemake.readthedocs.io/) workflows on AWS.

## features

- uses spot instances
- dynamically picks instance-types according to cpus, memory, disk, price and other features
- uses instance storage when possible to reduce costs
- does not need a shared filesystem, all data is stored on S3
- stream all logs in real time to cloudwatch logs
- distributes instances across all AZs of a region

## getting started

read the [guide](docs/guide.md) and the [q&a](docs/qea.md).

## disclaimer

I wrote hyperdrive to scratch my own itch, it still has many rough edges, do not use it unless you understand how it works.