Giter VIP home page Giter VIP logo

gmx_hole's Introduction

gmx_hole

It can be used to calculate radius of protein channel/cavity for GROMACS MD trajectory. gmx_hole uses HOLE program to calculate radius of cavity/channel and dumps the output to a text file as a function of tiime. It also extract channel's outlining residues and dumps to same output file. This output file can be further read to perform final statistcal operations and plotting.

Please cite the original publication of hole:

O.S. Smart, J.M. Goodfellow and B.A. Wallace (1993). The Pore Dimensions of Gramicidin A. Biophysical Journal 65:2455-2460.

***

Requirements

  • To compile and install, GROMACS libraries are required. Presently, Gromacs 4.5.x, 4.6.x, 5.0.x, 5.1.x and 2016.x versions are supported.
  • To use gmx_hole, HOLE program should be already installed.

***

Download

git clone https://github.com/rjdkmr/gmx_hole

***

Installation

cd gmx_hole
mkdir build
cd build
export CMAKE_PREFIX_PATH=/path/to/installed/gromacs/directory
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/gmx_hole
make
make install
If fftw library libfftw3f.so or libfftw3f.a are not present in standard locations:
-DFFTW_LIB=/path/to/fftw3/lib

***

Usage

To calculate channel radius using hole program. HOLE program should be already installed and present in $PATH environment variable.

gmx_hole -h

***

gmx_hole's People

Contributors

rjdkmr avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.