Skip to content

Instantly share code, notes, and snippets.

@kaizu
Last active December 3, 2024 15:03
Show Gist options
  • Save kaizu/afef78453374f4f4ace38855c16d53b3 to your computer and use it in GitHub Desktop.
Save kaizu/afef78453374f4f4ace38855c16d53b3 to your computer and use it in GitHub Desktop.
name: sample1
author: Kazunari Kaizu
description: Measuring a single liquid.
contents:
input:
- id: volume
type: Array[Float]
- id: channel
type: Integer
default:
value: 0
type: Integer
output:
- id: data
type: Spread[Array[Float]]
processes:
- id: serve_plate1
type: ServePlate96
- id: dispense_liquid1
type: DispenseLiquid96Wells
- id: read_absorbance1
type: ReadAbsorbance3Colors
- id: store_labware1
type: StoreLabware
connections:
- input:
- input
- volume
output:
- dispense_liquid1
- volume
- input:
- input
- channel
output:
- dispense_liquid1
- channel
- input:
- serve_plate1
- value
output:
- dispense_liquid1
- in1
- input:
- dispense_liquid1
- out1
output:
- read_absorbance1
- in1
- input:
- read_absorbance1
- out1
output:
- store_labware1
- in1
- input:
- read_absorbance1
- value
output:
- output
- data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment