Skip to content

An efficient tool to compute the binding affinity between a unknown peptide and MHC.

Notifications You must be signed in to change notification settings

sailfish009/binding_affinity_calculator

 
 

Repository files navigation

Binding Affinity Calculator

Binding Affinity Calculator is an efficient tool to compute the binding affinity between a unknown peptide and MHC. For now, the Binding Affinity Calculator can be run on Linux system only.

Setup

After cloning the project, there are several things to do before executing the codes of Binding Affinity Calculator. First of all, you need to compile the Rosetta source code to create an approperiate environment for execution. To do this, you need to first locate the position of rosetta source code by typing in the following commands in the Linux terminal.

cd lib/rosetta/source

After that, you need to execute the scons.py by inputing the following commands in the Linux terminal:

./scons.py -j <number_of_cores_to_use> mode=release bin

If everything goes well, you should be able to see several new directories, including the bin. Now you can start executing the program! If you still have some problem in setting up the environment, you can check here for more detail.

Input

To input a peptide sequence, you need to locate the peptide_sequences_to_be_calculated.txt file and write a peptide sequence (in abbreviation) in the file. One example is:

WIKTISKRM

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

An efficient tool to compute the binding affinity between a unknown peptide and MHC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • Roff 5.7%
  • Python 3.4%
  • Ruby 1.8%
  • Perl 0.5%
  • CMake 0.1%
  • Other 0.2%