- Users' Pipelines
- Tracer's Pipelines
1. Connect AWS Integration
Open the following link to connect your AWS account automatically to Tracer. This will allow Tracer to monitor your AWS Batch jobs.—> Connect AWS2. Locate the EC2 LaunchTemplate UserData
In your CloudFormation template, find theUserData field within the Launch Template used by your AWS Batch compute environment.Reference example: CloudFormation Template3. Update user_data_mime.sh
Update the user_data_mime.sh file to include your Tracer user ID. Navigate to the terraform directory and edit the file:4. Setup infrastructure
Run the setup script to create the AWS infrastructure (VPC, S3, Batch, etc.):What this does: Creates VPC with public/private subnets, AWS Batch compute environment, S3 buckets for work directory and outputs, IAM roles and policies, security groups, and EC2 Instance Connect endpoint.
Alternative for Tracer AWS Account Users:
If you have access to Tracer’s AWS account, you can skip the infrastructure setup and run the pipeline directly with
If you have access to Tracer’s AWS account, you can skip the infrastructure setup and run the pipeline directly with
./run.sh tracer run5. Run the RNA-seq pipeline
Execute the RNA-seq pipeline using the run script:Monitor and Optimize Your Pipeline

Watch your pipeline run in the Tracer dashboard
View real-time metrics, resource usage, and performance insights for your pipeline runs.

