Week 3 HW: Lab Automation
0. Opentrons Art:
Code: https://colab.research.google.com/drive/1EMIMzVtB1k32tNOAKxGJH9ZDrxwvAGkC
JSON file: Download Opentrons art JSON
Acknowledgements: This format of coding (uploading a JSON file that contains the coordinates) was inspired from https://www.youtube.com/watch?v=K5nR0eYHLEk&t=4s. Huge thanks to Alireza Hekmati.
Coding, in its entirity, was handled by Gemini version 3.0 that was in-built in Collab.
1. Find and describe a published paper that utilizes the Opentrons or an automation tool to achieve novel biological applications.
The paper: Slowpoke:An Automated Golden Gate Cloning Workflow for Opentrons OT‑2 and Flex
Keywords I would use to describe it: Opentrons OT-2, automation, standradization, synthetic biology.
Summary of the paper:
The authors developed an open-source software called ‘Slowpoke’ to automate the Golden Gate assembly process. Opentrons were used to carry out bacterial transformation, GG assembly, and plating. After a few manual steps in between, Opentrons were used once again to perform cPCR. It demonstrated the feasiblity of automating GG assembly.
Opentrons were used to handle liquid transfers, reaction mixtures, and parameters. By integrating pipetting, transformataion, plating, and cPCR screening into a single pipleline. The validation was carried out manually using flow cytometry with transformed yeast cells. Using Slowpoke interface along with Opentrons, the authors achieved high assembly efficiencies, over 90% with Yeast Toolkit (YTK) and 60% with Subtilis Toolkit (STK), consistent with values reported for manual Golden Gate assemblies using these toolkits.
To conclude, this paper designed a tool (Slowpoke) that generates Opentrons-ready protocols in the form of CSV files, mitigating the expertise needed in coding to a great extent. However, it must be noted that human input was still necessary to collect the DNA fragments for running cPCR.

v
2. Write a description about what you intend to do with automation tools for your final project. You may include example pseudocode, Python scripts, 3D printed holders, a plan for how to use Ginkgo Nebula, and more. You may reference this week’s recitation slide deck for lab automation details.
I would like to automate the prototyping of a novel Bio In-situ Resource Utilization (Bio-ISRU) on Mars that comprises of two trophic levels. The producer level utilizes photoautotrophic organisms to convert Martian CO2 (and of course, sunlight) to produce the nutrients required for the primary consumer level. The latter would consist of a ‘biominer’- a bacteria that can precipitate, from the Martian regolith, metals- cheifly iron in the form of Fe3O4- for easier metallurgical applications.
The automation tools would be utilized in the following ways:
- 3D printing of a photobioreactor in gyroid shape to maximize the surface area for photosynthesis. This has to be validated in Martain gravity. Probably, can be carried out on a space station using a centrifuging apparatus to mimic the higher gravitational pull on Mars compared to Low Earth Orbit (LEO)
- Bioreactor management (i.e, addition of nutrient media etc.)
- Sensing if the maximum biomass has been achieved, and if yes, lysing the cells so that they may be utilized by the biominers
- Efficient mixing of the lysed biomass with the Martian Regolith at appropriate ratio to maximize the precipitation of Fe3O4 by Acidithiobacillus spp.
- Sensing the maximum quantity of Fe3O4 precipitaed, and removing it by operating a magnetic arm to separate the magnetite.
- Sterilization of equippment, as well as decontamination, using gamma radiation.
Pseudocode (The following was the output of Gemini 3 for the prompt: “Write a pseudocode for the following”, and the above block was pasted.):
