We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: