mdahole2๏ƒ

๐Ÿ–‹๏ธ Authors: mdahole2 authors
๐Ÿ“– Documentation: https://www.mdanalysis.org/mdahole2/
โš–๏ธ License: GPL-3.0
๐Ÿ”‘ Keywords: pores, ion channels, transporters, HOLE
๐Ÿš€ Development status: Beta
๐Ÿงช Tests (latest): mdahole2 develop CI status
๐Ÿงช Tests (develop): mdahole2 develop CI status
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 ..