intbio-ncl / BiomationScripterLib

A Python library to assist with scripting bio-automation protocols
MIT License
3 stars 0 forks source link

Create a serial dilution function for `OTProto` #38

Closed Brad0440 closed 2 years ago

Brad0440 commented 2 years ago

Serial dilutions are used across a number of protocols, but they're all implemented in slightly different ways. It would be good to have a function (or class) which can handle creating serial dilutions and the transfer steps needed in a more standardised way across BMS.

Brad0440 commented 2 years ago

Commit https://github.com/intbio-ncl/BiomationScripterLib/commit/a1f8d076109c59e652fe27bbfa08e3cc658eb92b brings back the previous serial dilution function. This should be fine for now, but can re-open if it isn't suitable