Skip to content
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.

Making changes.

  • 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.

  • ⚠️ The most critical tests are tests/[test_sample.py, test_stats.py] as these compare calculated IC50 values with historical data.

Clone this wiki locally