Skip to content

openvax/mhc2flurry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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