Skip to content

PDBeurope/protvista-pdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Velankar
22 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