Skip to content

Commit

Permalink
reduce hold time.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit lissack committed Nov 9, 2021
1 parent 3f5c054 commit 410e743
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ def run(protocol_context):
# Run Enzymatic Prep Profile
thermocycler.close_lid()
thermocycler.set_lid_temperature(70)
thermocycler.set_block_temperature(32, hold_time_minutes=1)
thermocycler.set_block_temperature(64.5, hold_time_minutes=1)
# Changed from hold_time_minutes to hold_time_seconds for faster running in CI
thermocycler.set_block_temperature(32, hold_time_seconds=1)
thermocycler.set_block_temperature(64.5, hold_time_seconds=1)
thermocycler.set_block_temperature(4)
thermocycler.deactivate_lid()
thermocycler.open_lid()
Expand Down

0 comments on commit 410e743

Please sign in to comment.