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

https://github.com/pdbeurope/pdb-3d-complex

Summary web-component for the PDB 3D complex, a server that analyses the complexes in crystal structures
https://github.com/pdbeurope/pdb-3d-complex

Last synced: 8 months ago
JSON representation

Summary web-component for the PDB 3D complex, a server that analyses the complexes in crystal structures

Awesome Lists containing this project

README

          

# PDB 3D Complex

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

The PDB 3D complex is a server that analyses the complexes in crystal structures. This component gives a compact summary of the results for a particular PDB code and assembly. Selecting ‘more details’ gives further information based on the 3D Complex prediction and clicking on the ‘Evidence’ text links out to the server for further information.

![PDB 3D Complex](/images/pdb-3d-complex.png)

## Getting Started
**Refer [PDB 3D Complex Wiki](https://github.com/PDBeurope/pdb-3d-complex/wiki) for detailed documentation and examples**

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