Why use OpenSRE in combination with Snakemake
Snakemake reports high-level progress, but OpenSRE explains why rules take time or fail:- View CPU, memory, and I/O usage per rule
- Identify bottlenecks or inefficient resource requests
- Attribute cost per sample or rule
- Trace nested shell commands and containers automatically
- Correlate logs and metrics across distributed environments
Getting Started
Prerequisites
- Working Snakemake installation
- OpenSRE installed on your operating system
Just run your pipeline, OpenSRE will automatically attach
If OpenSRE is already installed on your operating system, you only need to enable the OpenSRE agent for pipelines that have not been run with OpenSRE before.In that case, run the following command:
Go to our onboarding to get your own personal token
Examples
Run a Snakemake pipeline under OpenSRE:
Watch your pipeline run in the OpenSRE dashboard
View real-time metrics, resource usage, and performance insights for your pipeline runs.