Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 870 Bytes

File metadata and controls

59 lines (40 loc) · 870 Bytes

title: "primerlab preset" description: "CLI reference for the primerlab preset command"

Manage and view design presets.

Synopsis

primerlab preset <subcommand> [options]

Subcommands

Subcommand Description
list List all available presets
show Show 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.