hole2-mdakit๏ƒ

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