Skip to main content

PCR Primer Design Guide

A complete walkthrough of the PCR primer design workflow.

Overview

This guide covers:
  1. Configuration setup
  2. Running the design
  3. Understanding output
  4. Validating primers
  5. Exporting for ordering

1. Prepare Your Sequence

PrimerLab accepts sequences in two ways: Option A: Inline sequence
Option B: FASTA file

2. Configure Parameters

Create pcr_config.yaml:

Parameter Recommendations


3. Run the Design

Available Options


4. Understand the Output

Output Files

Primer Quality Scores

Each primer pair receives a score (0-100) based on:

5. Validate Primers

In-silico PCR

Verify primers amplify the correct region:

Off-target Check

Check specificity against a genome:

Compatibility Check

Verify no primer dimers:

6. Export for Ordering

Generate files for synthesis vendors:

Supported Vendors


Complete Example


Troubleshooting

No primers found
  • Relax constraints (wider Tm range, larger product size)
  • Check sequence for repeat regions (primerlab stats gene.fasta)
Poor quality scores
  • Sequence may have challenging regions (high GC, repeats)
  • Try --mask auto to avoid problematic areas
Primers form dimers
  • Run primerlab check-compat on results
  • Choose pairs with higher compatibility scores

Next Steps