Skip to content

Instantly share code, notes, and snippets.

@CamDavidsonPilon
Created May 15, 2023 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CamDavidsonPilon/f8a5b9d918697b7f370074f0844b3c14 to your computer and use it in GitHub Desktop.
Save CamDavidsonPilon/f8a5b9d918697b7f370074f0844b3c14 to your computer and use it in GitHub Desktop.
---
display_name: Turbidostat OD
automation_name: turbidostat_od
description: Every half-minute, check if the OD is above target OD. If so, exchange volume amount. For high growth cultures (for example, h⁻¹ > 1.0), try a volume larger than 2.0 mL.
fields:
- key: duration
default: 0.5
unit: min
label: Time between check
disabled: True
- key: target_od
default: 2.0
unit: AU
label: Target OD
- key: volume
default: 0.5
unit: mL
label: Volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment