workflow: pcr
# Use a preset (optional)
# preset: long_range
input:
sequence_path: "my_gene.fasta"
parameters:
# Primer size
primer_size:
min: 18
opt: 20
max: 24
# Melting temperature
tm:
min: 58.0
opt: 60.0
max: 62.0
# Product size (can specify multiple ranges)
product_size_range: [[200, 400], [400, 600]]
# GC content
gc:
min: 40
max: 60
qc:
mode: standard # relaxed, standard, strict
hairpin_dg_max: -2.0
homodimer_dg_max: -5.0
heterodimer_dg_max: -5.0
output:
directory: "output_pcr"
advanced:
num_candidates: 50
debug: false