mdahole2๏
๐๏ธ Authors: mdahole2 authors
๐ Project home: https://github.com/MDAnalysis/mdahole2
๐ Documentation: https://www.mdanalysis.org/mdahole2/
โ๏ธ 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 mdahole2 can be installed using the following:
mamba install hole2 -c conda-forge
pip install git+https://github.com/MDAnalysis/mdahole2@main
The source code of mdahole2 can be installed using the following:
git clone https://github.com/MDAnalysis/mdahole2.git
mamba install hole2 -c conda-forge
cd mdahole2 && pip install . && cd ..