Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramifarawi” committed Sep 6, 2023
1 parent 03bc0a1 commit 02f53fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protocols/0c24ca/0c24ca.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def adjust_height(vol):
dest_well = dest_slot.wells_by_name()[dest_well_name]

pick_up(pip)
pip.aspirate(remove_tube_vol, source_well)
pip.aspirate(remove_tube_vol, source_well.bottom(z=2))
pip.dispense(remove_tube_vol, dest_well)
pip.drop_tip()

Expand Down
6 changes: 3 additions & 3 deletions protocols/0c24ca/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
{
"type": "int",
"type": "float",
"label": "Sample tube removal volume",
"name": "remove_tube_vol",
"default": 20
Expand All @@ -51,13 +51,13 @@
]
},
{
"type": "int",
"type": "float",
"label": "Transfection mix volume",
"name": "trans_mix_vol",
"default": 40
},
{
"type": "int",
"type": "float",
"label": "Initial volume of transfection mix in 50mL tube (mL)",
"name": "init_vol_50",
"default": 40
Expand Down

0 comments on commit 02f53fe

Please sign in to comment.