Download the local executable.


Do you need to run MPP on a local machine?


The dependencies for MPP to execute locally are


Once points A, B, and C are covered, proceed to:

  1. Download the mpp_local.zip file from link.
  2. Unzip the file.
  3. Create a working directory and move mpp.py to the working directory.
  4. Ensure you have Python3.12 installed and accessible through command line.
  5. Install the Bio package.
  6. pip3.12 install Bio
  7. After installation, you can execute mpp.py.
  8. Select the input file containing the proteins you want to predict the physico-chemical structures in .fasta format.
  9. Specify the output file, preferably a .csv.


  10. The command of mpp.py should look like:

    python3.12 mpp.py input_file.fasta output_file.csv

    Download Local Executable