-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanipulate.yaml
65 lines (65 loc) · 1.34 KB
/
manipulate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
- name: Plate96
ref: Labware
description: A 96-well plate.
- name: Unit
ref: String
- name: ServePlate96
ref: IOOperation
description: Provide an empty 96-well plate.
output:
- id: value
type: Plate96
- name: StoreLabware
ref: IOOperation
description: Store the 96-well plate in the designated location. Or simply discard.
input:
- id: in1
type: Labware
- id: where
type: String
default:
value: ""
type: String
- name: LabwareToSpotArray
ref: BuiltinOperation
description: ""
input:
- id: in1
type: Labware
- id: indices
type: Array[Integer]
output:
- id: out1
type: SpotArray
- name: DispenseLiquid96Wells
ref: Operation
description: Dispense liquid into the 96-well plate.
input:
- id: in1
type: SpotArray | Plate96
- id: channel
type: Integer
default:
value: 0
type: Integer
- id: volume
type: Array[Float]
- id: unit
type: Unit
default:
value: microliter
type: Unit
output:
- id: out1
type: Plate96
- name: ReadAbsorbance3Colors
ref: Operation
description: Measure the absorbance of the 96-well plate.
input:
- id: in1
type: SpotArray | Plate96
output:
- id: out1
type: Plate96
- id: value
type: Spread[Array[Float]]