An open API service indexing awesome lists of open source software.

https://github.com/pdbeurope/pdb-redo

PDB_REDO
https://github.com/pdbeurope/pdb-redo

Last synced: 8 months ago
JSON representation

PDB_REDO

Awesome Lists containing this project

README

          

# PDB Redo

[![NPM version](http://img.shields.io/npm/v/pdb-redo.svg)](https://www.npmjs.org/package/pdb-redo)

The PDB-REDO component shows the change in geometric quality (a combined score for Ramachandran plot, side-chain rotamer, and atomic packing quality) and fit to the experimental data between original PDB entry and its re-refined and rebuilt PDB-REDO counterpart.

![PDB Redo](/images/pdb-redo-new.png)

## Getting Started
**Refer [PDB Redo Wiki](https://github.com/PDBeurope/pdb-redo/wiki) for detailed documentation and examples**

**Building & Running locally**
```JS
npm install
npm run build
npm run serve
```