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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipettewrapper-0.0.3.tar.gz.
File metadata
- Download URL: pipettewrapper-0.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.9.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a5dc5519d9b26f48c2a21624f108f7491c5df855b5a67b81dcf04cc2cc266eb
|
|
| MD5 |
6817ab8f67d12bfe4d7bde994012af2d
|
|
| BLAKE2b-256 |
96812e45f72d88fdfdfeb944562f817095a852f4f21ffa1da40f1cdaf3c925c3
|
File details
Details for the file pipettewrapper-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pipettewrapper-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.9.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cc77633bf1fa7e220982113085447e46b9fb67da21421355e7e609d39e92813
|
|
| MD5 |
6983a410698af86442f52af81337f17f
|
|
| BLAKE2b-256 |
a65807c00a4f29b83f60c86967e037ac287b4cf479bb135918922b812ffb45a8
|