MSCompBio is mostly written in C#. It compiles with Visual Studio 2005.
To compile:
- Download the source files
- On each tool's page (PhyloD, HLA Assignment, HLA Completion, Epitope Prediction) there is a list of files that tells:
- Solution File
- Build directory
- Exe(s) and regression test(s)
- In Visual Studio 2007, open the solution file.
- Set the compilation to "Release"
- Build the solution.
- The Exe's are in the the build directory (listed on each tool's page).
- How to run regression tests