soedinglab/pdbx

Name: pdbx

Owner: Söding Lab

Description: pdbx is a parser module in python for structures of the protein data bank in the mmcif format

Created: 2016-08-10 17:05:56.0

Updated: 2017-12-05 14:21:06.0

Pushed: 2016-08-10 20:29:17.0

Homepage:

Size: 2083

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pdbx

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
Installation
    mkdir build
    cd build
For user specific installation:
    cmake -DUserInstallOption=ON ../
    make install
For global installation (requires root rights):
    cmake ../
    sudo make install

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.