Input Specifications¶
Some functions tightly adhere to these specifications and require a certain setup to work.
Most experiments require a specific input excel sheet containing information about assay parameters.
Because reproducibility is a very important topic, especially in science:
- It is highly recommended to use uv for environments
- Create a virtual environment for each project (Screen)
- Always at least provide a requirements.txt (
uv pip freeze > requirements.txt
) for each finished project