kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Allow reactions to set multiple scales #61

Closed kalekundert closed 2 years ago

kalekundert commented 2 years ago

It can happen when setting up multiple master mixes that you need more of some mixes than others. This is most pronounced when you need just a few special master mixes for controls and many more for all the experimental samples. Right now, Reactions can only make a single quantity of each master mix, so it uses the largest size. In the worst case, this is be very wasteful.

I think an elegant way to handle this problem is to specify multiple scales. Each scale will be added as a column to the reaction table. Some thoughts: