Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 417 Bytes

Opentrons protocols and labware for BPE group

Protocol and usage instructions can be found in the OneNote at ZMBH - BPE Notebook > Protocols > Opentrons

Dependencies

xlrd, openpyxl, numpy

conda install -c conda-forge xlrd openpyxl numpy

or

python -m pip install xlrd openpyxl numpy