Skip to content

osmart/hole2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hole

A program to analyze the pore dimensions of ion channels.

Please see the homepage http://www.holeprogram.org/ for further information.

Supported platforms

  • Linux
  • macOS (experimental, Intel chips confirmed to work)

Installation

  • Source code is available at https://github.com/osmart/hole2/ . Compiling requires a working FORTRAN compiler. See INSTALL.md for installation instructions.

  • For Linux, the hole2 conda-forge package is available and can be installed with

    conda install -c conda-forge hole2
  • For macOS with Intel chips (x86_64) an experimental conda-forge hole2 package is also available. The newer ARM64 (M1/M2) chips are currently not supported as a conda-forge package, see issue #3.

  • For Windows you need to compile hole2 yourself but this has never been officially supported. If you succeed in building hole2 in Windows then please share successful recipes in issue #16.