Skip to main content
Manage and view design presets.

Synopsis

primerlab preset <subcommand> [options]

Subcommands

SubcommandDescription
listList all available presets
showShow details of a specific preset

Examples

List Presets

primerlab preset list
Output:
📋 Available Presets:

  • long_range
  • high_gc

Use 'primerlab preset show <name>' for details.

Show Preset Details

primerlab preset show long_range

Using Presets in Config

workflow: pcr

preset: long_range  # Apply preset parameters

input:
  sequence_path: "my_gene.fasta"

output:
  directory: "output_long_range"
Presets provide optimized parameters for specific use cases.