Generate a template configuration file.
primerlab init [options]| Option | Short | Description |
|---|---|---|
--workflow |
-w |
Workflow type: pcr, qpcr (default: pcr) |
--output |
-o |
Output filename (default: config.yaml) |
primerlab init
# Creates config.yamlprimerlab init --workflow qpcr --output my_qpcr.yamlThe generated config includes all available options with comments:
workflow: pcr
input:
sequence: "YOUR_SEQUENCE_HERE"
# Or use: sequence_path: "input.fasta"
parameters:
primer_size: {min: 18, opt: 20, max: 24}
tm: {min: 58.0, opt: 60.0, max: 62.0}
product_size_range: [[200, 600]]
gc: {min: 40, max: 60}
output:
directory: "output_pcr"