kalekundert / stepwise_mol_bio

MIT License
0 stars 0 forks source link

pcr: allow annealing temperature to be a range #27

Open kalekundert opened 2 years ago

kalekundert commented 2 years ago

Right now, if two reactions need different annealing temperatures, there's no clear way to break them up. If instead I can specify an "acceptable range", then I could group reaction properly. This kind of information is also what you get from Ta optimizations.

I would need to specify three numbers: lower, upper, and preferred. I could possibly assume that the upper temperature is the preferred temperature.