Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert authored Nov 29, 2016
1 parent 8482db9 commit 880ab05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ ___________

Open ``method/netmhc_4_0_executable/__init__.py`` and delete the first line (``import pkg_resources``).

Open ``method/netMHCcons-1.1/bin/pseudofind`` and change the shebang line to ``#! /usr/bin/env python2.7``.
If you want to use the NerMHCcons prediction algorithm you will need to change the shebang line of certain files to explicitly use python2.7. The files in question are:

* ``method/netMHCcons-1.1/bin/pseudofind``
* ``method/netMHC-3.4/netMHC``

In these files change the shebang line to ``#! /usr/bin/env python2.7``.

MHC Class II
____________
Expand Down

0 comments on commit 880ab05

Please sign in to comment.