Skip to content

PDB-REDO/platonyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platonyzer

This is the repository for platonyzer, an application to create restraints for metal sites. This program is part of the PDB-REDO suite of programs.

Installation

To install, first install libcifpp and libpdb-redo then use

git clone https://github.com/PDB-REDO/platonyzer.git
cd platonyzer
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build