Skip to main content
Off-target primer specificity check using BLAST+ or Biopython fallback.

Quick Start

Arguments

Input Formats

Comma-separated

JSON File

FASTA File

Output

Console

JSON Output (blast_result.json)

Scoring

Alignment Modes

  • auto (default): Uses BLAST+ if installed, otherwise Biopython
  • blast: Force BLAST+ (requires installation)
  • biopython: Force Biopython pairwise aligner

Integration with Design

Use --blast flag after primer design:
Or enable in config:

See Also