sergpolly / galeprot

GPU accelerated lattice protein folding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GALEprot is a GPU-accelerated library for protein threading and lattice
protein folding.

System requirements 
Hardware: NVIDIA GPU with compute capability 2.0 or higher
OS: Tested on Ubuntu 12.04 LTE; compatible with CentOS and other Linux distributions
Software: CUDA 5.0 or above.

Download GALEprot:
git clone https://github.com/kzeldovich/galeprot.git
cd galeprot

Compile GALEprot:

make
make install

Compile and run examples:

cd examples
make
./folding
./protein-design


About

GPU accelerated lattice protein folding


Languages

Language:Makefile 99.7%Language:Cuda 0.3%Language:C 0.0%