roni
initial protein search engine implementation
27e2770
raw
history blame
281 Bytes
setup:
python -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/pip install -r requirements-dev.txt
format:
venv/bin/black .
check-code: lint-python check-formatting
check-formatting:
venv/bin/black --check .
lint-python:
venv/bin/pylint --rcfile=pylintrc .