lipidorderkit๏
๐๏ธ Authors: lipidorderkit authors
๐ Project home: https://github.com/ricard1997/lipidorderkit/
๐ Documentation: https://lipidorderdocs.readthedocs.io/en/latest/
โ๏ธ License: GPL-2.0-or-later
๐ Keywords: Lipids, Lipids order parameters, SCD, Lipid metrics, Lipid study
๐ Development status: Production/Stable
๐ Publications:
Description:
This MDAKit allow for the calculation of lipid order parameters for all atom molecular dynamics simulations.
Installation instructions๏
The latest version of lipidorderkit can be installed using the following:
pip install git+https://github.com/ricard1997/lipidorderkit@main
The source code of lipidorderkit can be installed using the following:
git clone https://github.com/ricard1997/lipidorderkit.git
cd lipidorderkit && pip install . && cd ..