airlab-web-0.1.3 is not a library.
airlab-rs
A tool to create IMC panels and manage the inventory.
Features
- IMC panel creation: build and export IMC panels.
- Inventory: Maintain the antibody and conjugate inventory.
- Validations: Maintain antibody/conjugate validations.
Installation
You can install airlab-web using Cargo:
Requirements
To run airlab, you need access to a PostgreSQL database. You can find various options to install PostgreSQL here.
Usage
We recommend that you set these env variables using a "infrastructure as code" tool such as ansible
- The super user is the intial user that can set up groups and manage users.
- If setup demo group is set to true, a demo group with a small panel is created.
Contributing
We welcome contributions! Please check out our CONTRIBUTING.md for details.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes and commit them (
git commit -m "Add feature") - Push to your branch (
git push origin feature-branch) - Open a Pull Request
Code of Conduct
This project follows our Code of Conduct. Please read and adhere to the guidelines when contributing.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
This project is developed and maintained by Lars Malmstroem and collaborators at University of Zurich.
For more details, visit our documentation at Docs.rs or our GitHub repository.