Welcome to the Kirk Lab Opentrons learning repository! This is a repository to help summer students get up to speed with how to programatically use the Opentrons Flex liquid handler.
This repository contains tutorials to get setup with using the Kirk Lab Opentrons Flex Robot. The setup folder contains steps on how to install python, VS Code, the Opentrons app, git, and conda. The basics folder has small python scripts containing basic steps for working with Threepio/Rhonda. Finally, the examples folder contains a full protocol for sample aliquoting.
- Some version of python
- Opentrons app
- Some package manager (conda preferred)
- git
- Some code editor (VSCode, Spyder, Eclipse etc.)
- Connected to the same network as the robot (LUC)
-
Start by reading the setup markdown files and setup all the steps necessary to begin working with the robot.
-
Read through some basic examples of small functions provided by the opentrons API
-
Read through a fully developed protocol to get a better idea of what the final protocol should look like.
-
Happy Coding!