Skip to main content

Wrapper to allow Opentrons multichannel pipettes to use any number of tips

Project description

PipetteWrapper

PipetteWrapper is used to wrap opentrons multichannel Pipette objects to allow multichannels to act as single channels.

CURRENTLY REQUIRES A MODIFICATION TO LINE 67 IN opentrons/api/calibration.py:

CHANGE:

inst.pick_up_tip(container._container[0])

TO:

inst.pick_up_tip(location=container._container[0])

Example

from opentrons import labware, instruments
tip_rack = labware.load('opentrons-tiprack-300ul', slot='4')
pipette = PipetteWrapper(instruments.P50_multi(mount='left', tip_racks=[tip_rack]))
plate = labware.load('96-flat')
pipette.distribute(50, plate.wells('A1'), plate.wells('A2'), num_tips=4)  # Uses 4 tips
pipette.transfer(50, plate.wells('A1'), plate.wells('A2'))  # Defaults behaviour (8 tips)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipettewrapper-0.0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pipettewrapper-0.0.3-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page