-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Scott Warchal edited this page Feb 14, 2022
·
4 revisions
Welcome to the plaque_assay
wiki!
The main entry point is main.run(plate_list: List[str])
and the general workflow can be followed from there, but here are some notes.
-
Code is formatted with black, and linted with flake8 and mypy, and tests are run with pytest. There are CI tests running with github actions.
- There is a pre-commit file in the repo.
-
⚠️ The most critical tests aretests/[test_sample.py, test_stats.py]
as these compare calculated IC50 values with historical data.