Download the local executable.
Do you need to run MPP on a local machine?
The dependencies for MPP to execute locally are
- A. Python 3.12
- B. The Bio Python package.
- C. A command line environment.
Once points A, B, and C are covered, proceed to:
- Download the mpp_local.zip file from link.
- Unzip the file.
- Create a working directory and move mpp.py to the working directory.
- Ensure you have Python3.12 installed and accessible through command line.
- Install the Bio package. pip3.12 install Bio
- After installation, you can execute mpp.py.
- Select the input file containing the proteins you want to predict the physico-chemical structures in .fasta format.
- Specify the output file, preferably a .csv.
The command of mpp.py should look like:
python3.12 mpp.py input_file.fasta output_file.csv
Download Local Executable