Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create container hierarchy #6

Open
richarda23 opened this issue Sep 3, 2020 · 0 comments
Open

Create container hierarchy #6

richarda23 opened this issue Sep 3, 2020 · 0 comments

Comments

@richarda23
Copy link
Owner

This is to support easy creation of container trees for new inventory module, branch inv-29
Container tree can be specified in yaml, e.g.

name: Bob's Lab freezer
containers:
- name: draw 1
  containers:
  - name: lab antibodies
    rows: 6
    columns: 8
  - name: Bob's antibodies
    rows: 6
    columns: 8
  - name: PCR stuff
  - name: Miscellaneous
- name: draw 2
  containers: 
  - name: top rack
  - name: bottom rack
- name: draw 3
  containers:
  - name: PCR kit
  - name: Topo2 kit
  - name: RNAi (fly) kit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant