<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Week 3: Lab Automation :: 2026a-maximino-matus-ruiz</title><link>https://pages.htgaa.org/2026a/maximino-matus-ruiz/homework/actualizar-weel-03-hw-lab-automation/index.html</link><description>I. Assignment: Python Script for Opentrons Artwork: Max_XLAB_pattern
metadata = {# see https://docs.opentrons.com/v2/tutorial.html#tutorial-metadata }
'author': 'MaxMatus', 'protocolName': 'Max_XLab_pattern', 'description': 'XLab_pattern', 'source': 'HTGAA 2026 Opentrons Lab', 'apiLevel': '2.20' Robot deck setup constants
TIP_RACK_DECK_SLOT = 9 COLORS_DECK_SLOT = 6 AGAR_DECK_SLOT = 5 PIPETTE_STARTING_TIP_WELL = ‘A1’
well_colors = { ‘A1’ : ‘Red’, ‘B1’ : ‘Green’, ‘C1’ : ‘Orange’ }
def run(protocol):
Load labware, modules and pipettes
tips_20ul = protocol.load_labware(‘opentrons_96_tiprack_20ul’, TIP_RACK_DECK_SLOT, ‘Opentrons 20uL Tips’)</description><generator>Hugo</generator><language>en</language><atom:link href="https://pages.htgaa.org/2026a/maximino-matus-ruiz/homework/actualizar-weel-03-hw-lab-automation/index.xml" rel="self" type="application/rss+xml"/></channel></rss>