Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 557 Bytes

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