View and manage primer design history.
primerlab history <subcommand> [options]| Subcommand | Description |
|---|---|
list |
List recent designs |
show |
Show details of a design |
export |
Export history to CSV |
stats |
Show database statistics |
delete |
Delete a design |
# 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 qpcrprimerlab history show 42primerlab history export --output primer_history.csvprimerlab history statsprimerlab history delete 42History is stored in SQLite at:
- Linux/macOS:
~/.primerlab/history.db - Windows:
%USERPROFILE%\.primerlab\history.db