Trajectory Iterative pKa Predictor
Project description
TrIPP: Trajectory Iterative pKa Predictor
TrIPP (Trajectory Iterative pKa Predictor) is a Python tool to monitor and analyse changes in the pKa of ionisable residues during Molecular Dynamics simulations of proteins.
TrIPP uses PROPKA 3 or pKAI, which are licensed under the GNU Lesser General Public License (LGPL) and MIT License, respectively. PROPKA and pKAI are not included in this repository but are required to run the software. See the PROPKA or pKAI repository for their license terms.
Prerequisites
This project has been developed and tested with Python (version 3.9). To make sure you have the right version available on your machine, run the following command:
$ python --version
Python 3.9
The Visualization class in TrIPP requires a working installation of PyMOL (https://www.pymol.org/) on your machine.
Table of contents
Installation
The recommended way to install TrIPP is via PyPI. You may want to create a virtual environment before installing the package.
conda create -n tripp python=3.9 setuptools=75 ipykernel
conda activate tripp
pip install tripp
(Optional) You can test the installation with the following:
git clone https://github.com/fornililab/TrIPP.git
cd TrIPP/tests/
pytest -s test_Installation.py
Note that you will be prompted for the path of the PyMOL executable when testing the Visualization class.
You may type skip to bypass the Visualization class test.
Mac: /Applications/PyMOL.app/Contents/MacOS/MacPyMOL or which pymol (depending on how PyMOL has been installed)
Linux: which pymol
Windows: where pymol
Workflow
Please start the conda environement for TrIPP
conda activate tripp
then follow the tripp_tutorial for a comprehensive workflow.
Running the full tutorial on a Macbook Pro (M2 Pro) using 12 cores requires about 6 minutes (2 trajectories, 3087 frames, 1960 atoms).
Development
Tests for each function are a work in progress. Users who modifiy the code should pass all tests inside the tests directory.
Authors
- Christos Matsingos - chmatsingos
- Ka Fu Man mkf30
- Arianna Fornili fornililab
Citation
If you publish results produced with TrIPP or develop methods based on TrIPP, please cite the following paper:
Matsingos, C.; Man, K. F.; Fornili, A. TrIPP: A Trajectory Iterative pKa Predictor. bioRxiv 2025, 2025.09.02.673559. https://doi.org/10.1101/2025.09.02.673559.
License
Copyright (C) 2024 Christos Matsingos, Ka Fu Man and Arianna Fornili
TrIPP is licensed under GPL-3.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tripp-1.1.1.tar.gz.
File metadata
- Download URL: tripp-1.1.1.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Linux/5.4.0-216-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a64d3af8d6eb291eae71ed059755020c25b0a60be6f1e2d965a664188ee4161
|
|
| MD5 |
41586191deacea582c9d39d77d90f9a5
|
|
| BLAKE2b-256 |
8df8fcaf24e9f09588b0f678322d363ccdd3f72c01c4ff3a084b2ff9f482865c
|
File details
Details for the file tripp-1.1.1-py3-none-any.whl.
File metadata
- Download URL: tripp-1.1.1-py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Linux/5.4.0-216-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b84e849107910743d4bba84b2832cb3b20fc5a1b6e753a3970d301780b5e004
|
|
| MD5 |
a208acfe72771902682c4d2565a9781c
|
|
| BLAKE2b-256 |
e6ecfb870a25bfdacaa91bd5d39f56c0fc778a7a12ebc72043dfe163120d37ef
|