https://github.com/pdbeurope/pdb-redo
PDB_REDO
https://github.com/pdbeurope/pdb-redo
Last synced: 8 months ago
JSON representation
PDB_REDO
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-redo
- Owner: PDBeurope
- Created: 2016-09-19T15:34:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:41:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T20:16:45.299Z (8 months ago)
- Language: JavaScript
- Homepage: http://www.ebi.ac.uk/pdbe/pdb-component-library/
- Size: 1.68 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDB Redo
[](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.

## 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
```