intbio-ncl / BiomationScripterLib

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

Export `Labware_Layout` to an Excel file #51

Open Brad0440 opened 2 years ago

Brad0440 commented 2 years ago

It should be possible to export the current state of a Labware_Layout object to an excel file, such that it can be easily re-used in other protocols. This would also allow for less transient logging of a protocol or workflow's output.

This should be implemented as a function (similar to BMS.Import_Labware_Layout), where an output directory is specified.