Skip to content

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

Notifications You must be signed in to change notification settings

soedinglab/pdbx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published