Skip to content

Commit

Permalink
Merge branch 'release/1.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelJulia committed Sep 18, 2020
2 parents c214700 + 835288e commit 18ffc50
Show file tree
Hide file tree
Showing 29 changed files with 692 additions and 25 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Version 1.11

New features:
- Stations identify themselves when reproducing recorded notification.
- New labware configuration: wvr pcr plate configured in required protocols.

Protocol modifications:
- Fixed m300 behaviour in C stations, as it was a mess dispensing mastermix in several wells with only one load.
- Protocol B resusing tips now has an extra tiprack.
- Protocol B does not stop automatically to let the user empty the trash anymore, now it has to be paused manually.

## Version 1.10

New features:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
NUM_SAMPLES = 96
LYSATE_LABWARE = 'opentrons plastic 2ml tubes'
PLATE_LABWARE = 'nest deep generic well plate'
TIPS1000 = 'biotix'
TIPS1000 = 'opentrons'
VOLUME_LYSATE = 400
BEADS = False
LANGUAGE = 'esp'
Expand Down
Loading

0 comments on commit 18ffc50

Please sign in to comment.