hole2-mdakit๏
๐๏ธ Authors: hole2-mdakit authors
๐ Project home: https://github.com/MDAnalysis/hole2-mdakit
๐ Documentation: https://www.mdanalysis.org/hole2-mdakit/
โ๏ธ License: GPL-3.0
๐ Keywords: pores, ion channels, transporters, HOLE
๐ Development status: Beta
Description:
A Python interface for the HOLE suite tools to analyze an ion channel pore or transporter pathway as a function of time or arbitrary order parameters.
Installation instructions๏
The latest version of hole2-mdakit can be installed using the following:
mamba install hole2 -c conda-forge
pip install git+https://github.com/MDAnalysis/hole2-mdakit@main
The source code of hole2-mdakit can be installed using the following:
git clone https://github.com/MDAnalysis/hole2-mdakit.git
mamba install hole2 -c conda-forge
cd hole2-mdakit && pip install . && cd ..