pdbx

August 10, 2016 ยท View on GitHub

Proper recognition to the Protein Data Bank where this library for protein structures in the mmCIF format initially came from. We modified the original library to support python3. This fork is used by scripts in the HHsuite on GitHub.

Requirements

  • python3

Installation

    mkdir build
    cd build

For user specific installation:

    cmake -DUserInstallOption=ON ../
    make install

For global installation (requires root rights):

    cmake ../
    sudo make install

Contents

  1. 1Requirements
  2. 2Installation
  3. 2.1For user specific installation:
  4. 2.2For global installation (requires root rights):