File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
.. _custom_containers :
2
2
3
3
Custom Containers
4
- =============================
5
-
6
- Creating a Custom Container
7
- ---------------------------
4
+ =================
8
5
9
6
To create a custom container, you need to create a JSON file that defines the shape of the container.
10
7
Here is an example of a custom container that represents a plate with only 3 circular wells.
@@ -114,6 +111,5 @@ Here is an example of loading into a Python protocol the custom trash container
114
111
115
112
custom_trash = containers.load(
116
113
' trash-square' ,
117
- ' B2' ,
118
- ' custom_trash'
114
+ ' B2'
119
115
)
Original file line number Diff line number Diff line change 1
1
.. _setup :
2
2
3
- ================================
4
- Setting Up Code Environment
5
- ================================
3
+ ================
4
+ Code Environment
5
+ ================
6
6
7
7
Jupyter Code Environment
8
8
-----------------------------
You can’t perform that action at this time.
0 commit comments