Skip to main content

Documentation Index

Fetch the complete documentation index at: https://opensre.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

2 minutes walkthrough

Tracer runs anywhere from the OS, just follow the steps below:
Use the Tracer CLI and dashboard below to start tracking your pipelines in minutes.
https://mintcdn.com/tracer/qjOJrE6rm6eykCOz/images/logo/tracer/Tracer-Head-Black.png?fit=max&auto=format&n=qjOJrE6rm6eykCOz&q=85&s=b86a4e1eb150f63a684f4652b7c7e2ab

Step 1: Install Tracer - Only One Line of Code

curl -sSL https://install.tracer.cloud | sh -s

Step 2: Authenticate with Tracer

sudo tracer login
This will open up a browser window to log in to your Tracer account.

Step 3: Initialize Pipeline Tracking

sudo tracer init
You will be prompted to configure the pipeline name. Filling this out ensures that each pipeline is uniquely identifiable, customizable, and easy to search later on.
Tracer is now tracking your pipeline.
Every run you launch for this pipeline will be automatically monitored.
Note: You will only need to run tracer init again for a new pipeline, not per pipeline run.

Step 4: Launch (y)our pipeline

sudo tracer demo
Alternatively: Run your usual command (Nextflow, Snakemake, WDL, etc.)
Tracer works automatically once the agent is active.
Watch your pipeline run in the Tracer dashboard.
See all our environment specific guides below: Let’s start monitoring!