cclrobotics / ARTBot

Project to allow submissions of agar art and conversion of those submissions to bot-readable
MIT License
8 stars 5 forks source link

Upgrade to Opentrons API v2+ #83

Closed tsdobbs closed 3 years ago

tsdobbs commented 3 years ago

Opentrons has upgraded their API to version 2, and our procedure template needs to be updated to match the new format.

Opentrons has provided a guide for migration. Code changes should follow their guidance. I expect that the changes required will be minimal - mostly changing keywords. The files that need to be updated are robot/ART_TEMPLATE.py and, once that is done, the changes should be mirrored to robot/ART_TEMPLATE.ipynb.

To test the changes, make a protocol using the ArtBot website and test that it runs with no errors in opentrons_simulate. To install opentrons_simulate, follow the guide here.