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
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-3d-complex
- Owner: PDBeurope
- License: apache-2.0
- Created: 2020-09-29T09:44:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T10:23:31.000Z (about 5 years ago)
- Last Synced: 2024-12-28T03:42:10.863Z (9 months ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDB 3D Complex
[](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.

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