Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 277 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 277 Bytes

mhc2flurry

MHC class II binding predictor, under development

This is mostly just scaffolding for experiments. No trained models yet.

Installation

Install using pip from a checkout:

$ pip install .

To run the unit tests:

$ pip install pytest
$ pytest