Skip to content

Library containing shared code for various PDB-REDO programs

License

Notifications You must be signed in to change notification settings

PDB-REDO/libpdb-redo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpdb-redo

This is the README file for libpdb-redo. This library contains code shared by the various tools we develop at the NKI for the PDB-REDO project.

Requirements

The code for this library was written in C++17. You therefore need a recent compiler to build it. For the development gcc with version 9.4.0 and up and clang 9.0 have been used. On MS Windows you'll need at least the 2019 version of MSVC.

Other requirements are:

  • The clipper library, either the latest from CCP4 or version 2020-11-09
  • newuoa-cpp, required to calculate atom radii
  • libcifpp, a library containing code to read and manipulate macro molecular models in mmCIF and PDB format.
  • gsl, the GNU Scientific Library. Usually you can install this using a package manager on your OS. In Debian/Ubuntu the required package is libgsl-dev.
  • cmake

About

Library containing shared code for various PDB-REDO programs

Resources

License

Stars

Watchers

Forks

Packages

No packages published