protvista-pdb

PDB ProtVista Viewer

Usage no npm install needed!

<script type="module">
  import protvistaPdb from 'https://cdn.skypack.dev/protvista-pdb';
</script>

README

ProtVista PDB

PDBe implementation of ProtVista (Nightingale)

Refer PDBe ProtVista Wiki for detailed documentation and examples

Building & Running locally

npm install
npm run build
npm run serve

Build automatically on file save:

npm run watch