Skip to main content

Batch Processing Guide

Design primers for multiple sequences in a single run.

When to Use Batch Processing

  • Designing primers for all exons of a gene
  • Multi-gene panels
  • High-throughput screening projects
  • Genome-wide primer design

Input Preparation

Create a multi-FASTA file with your target sequences:

Running Batch Design

Basic Usage

Parallel Processing

Speed up with multiple workers:

Continue on Error

Skip failed sequences instead of stopping:

Shared Configuration

Create a config file for shared parameters:
All sequences will use these parameters.

Output Structure


Python API


Tips for Large Batches

Memory Management

For large FASTA files (>1000 sequences), process in chunks:

Quality Control

After batch processing, review the summary:

See Also