ProLint2: Lipid-Protein Interaction Analysis.
Project description
ProLint v2: an optimized tool for the analysis of lipid protein interactions.
Overview
ProLint2 calculates distance-based lipid-protein interactions from molecular dynamics trajectories of membrane protein systems.
Table of contents
Installation
To install prolint2 we recommend creating a new conda environment as follows:
conda create -n prolint2 python=3.8
conda activate prolint2
Then you can install prolint2 via pip:
pip install prolint2
Basic examples:
Using the Prolint2's API:
from prolint2 import Universe
from prolint2.sampledata import GIRKDataSample
GIRK = GIRKDataSample()
u = Universe(GIRK.coordinates, GIRK.trajectory)
contacts = u.compute_contacts(cutoff=7) # cutoff in Angstroms
Using the Prolint2's command-line interface:
prolint2 coordinates.gro trajectory.xtc -c 7
You can find more details on how to use prolint2 in the documentation.
How to contribute?
If you find a bug in the source code, you can help us by submitting an issue here. Even better, you can submit a Pull Request with a fix.
We really appreciate your feedback!
License
Source code included in this project is available under the MIT License.
Copyright
Copyright (c) 2022, Daniel P. Ramirez & Besian I. Sejdiu
Acknowledgements
The respository structure of ProLint2 is based on the Computational Molecular Science Python Cookiecutter version 1.6.
Project details
Release history Release notifications | RSS feed
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
Hashes for prolint2-0.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7176a54ddacaf93ba323384a5a94daaac70a1a5732b505862c1d96c8bff6ea5 |
|
MD5 | e599a6454bc643ebdf982221bffce47b |
|
BLAKE2b-256 | 0c601f9f4aa914c3000aaeba2723caa2064e582874cfd50c43ea6682c29fd462 |