Skip to main content
View and manage primer design history.

Synopsis

primerlab history <subcommand> [options]

Subcommands

SubcommandDescription
listList recent designs
showShow details of a design
exportExport history to CSV
statsShow database statistics
deleteDelete a design

Examples

List Recent Designs

# Show last 10 designs
primerlab history list

# Show last 20 designs
primerlab history list --limit 20

# Filter by gene
primerlab history list --gene GAPDH

# Filter by workflow
primerlab history list --workflow qpcr

Show Design Details

primerlab history show 42

Export to CSV

primerlab history export --output primer_history.csv

View Statistics

primerlab history stats

Delete a Design

primerlab history delete 42

Database Location

History is stored in SQLite at:
  • Linux/macOS: ~/.primerlab/history.db
  • Windows: %USERPROFILE%\.primerlab\history.db