protvista-pdb
v3.3.0
Published
PDB ProtVista Viewer
Downloads
1
Readme
ProtVista PDB
Publication
PDB ProtVista: A reusable and open-source sequence feature viewer, Mandar Deshpande, Mihaly Varadi, Typhaine Paysan-Lafosse, Sreenath Nair, Damiano Piovesan, Saqib Mir, Aleksandras Gutmanas, Silvio C. E. Tosatto, Sameer Velankar22 July 2022; BioRxiv; https://doi.org/10.1101/2022.07.22.500790
Summary
This is the PDBe implementation of the sequence feature viewer, ProtVista (Nightingale).
Refer to the PDBe ProtVista Wiki for detailed documentation and examples
Getting started
Building & Running locally
npm install
npm run build
npm run serve
Build automatically on file save:
npm run watch