run snakemake workflows on AWS.
- 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
I wrote hyperdrive to scratch my own itch, it still has many rough edges, do not use it unless you understand how it works.