Skip to content

Commit

Permalink
Add wrapper function more tests and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Feb 21, 2016
1 parent 076921c commit 2049b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ strongest_predicted_binder = epitope_collection[0]
The following models are available in `mhctools`:
* `NetMHC3`: requires locally installed version of [NetMHC 3.x](http://www.cbs.dtu.dk/services/NetMHC-3.4/)
* `NetMHC4`: requires locally installed version of [NetMHC 4.x](http://www.cbs.dtu.dk/services/NetMHC/)
* `NetMHC`: a wrapper function to automatically use `NetMHC3` or `NetMHC4` depending on what's installed.
* `NetMHCpan`: requires locally installed version of [NetMHCpan](http://www.cbs.dtu.dk/services/NetMHCpan/)
* `NetMHCIIpan`: requires locally installed version of [NetMHCIIpan](http://www.cbs.dtu.dk/services/NetMHCIIpan/)
* `NetMHCcons`: requires locally installed version of [NetMHCcons](http://www.cbs.dtu.dk/services/NetMHCcons/)
Expand Down
1 change: 1 addition & 0 deletions test/test_known_class1_epitopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
mhctools.NetMHCcons,
mhctools.NetMHCpan,
mhctools.NetMHCcons,
mhctools.NetMHC,
mhctools.NetMHC3,
mhctools.NetMHC4,
mhctools.IedbNetMHCcons,
Expand Down

0 comments on commit 2049b84

Please sign in to comment.