Skip to content

Commit 18ffc50

Browse files
committed
Merge branch 'release/1.11'
2 parents c214700 + 835288e commit 18ffc50

29 files changed

+692
-25
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version 1.11
2+
3+
New features:
4+
- Stations identify themselves when reproducing recorded notification.
5+
- New labware configuration: wvr pcr plate configured in required protocols.
6+
7+
Protocol modifications:
8+
- Fixed m300 behaviour in C stations, as it was a mess dispensing mastermix in several wells with only one load.
9+
- Protocol B resusing tips now has an extra tiprack.
10+
- Protocol B does not stop automatically to let the user empty the trash anymore, now it has to be paused manually.
11+
112
## Version 1.10
213

314
New features:

calibration_check/stationA_protocol3_lysates_S3_calibration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
NUM_SAMPLES = 96
2424
LYSATE_LABWARE = 'opentrons plastic 2ml tubes'
2525
PLATE_LABWARE = 'nest deep generic well plate'
26-
TIPS1000 = 'biotix'
26+
TIPS1000 = 'opentrons'
2727
VOLUME_LYSATE = 400
2828
BEADS = False
2929
LANGUAGE = 'esp'

0 commit comments

Comments
 (0)