Skip to content

Commit

Permalink
Merge pull request #218 from FRED-2/update/READEME
Browse files Browse the repository at this point in the history
[UPDATE]  Explicitly listing dependencies
  • Loading branch information
b-schubert authored Oct 31, 2018
2 parents 3ba1b57 + ab4a6c2 commit 961ece9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ Installation
use the following commands:

$ pip install git+https://github.com/FRED-2/Fred2

Dependencies
------------

**Python Packages**
- pandas
- pyomo>=4.0
- svmlight
- MySQL-python>=1.2.4
- Biopython
- pyVCF

**Thrid-Party Software (not installed through pip)**
- NetMHC predictor family (NetMHC(pan)-(I/II), NetChop, NetCTL) (http://www.cbs.dtu.dk/services/software.php)
- PickPocket (http://www.cbs.dtu.dk/services/software.php)
- Integer Linear Programming Solver (recommended CBC: https://projects.coin-or.org/Cbc)

Please pay attanention to the different licensings of the third party tools.

Getting Started
---------------
Expand Down

0 comments on commit 961ece9

Please sign in to comment.