Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 880 Bytes

File metadata and controls

33 lines (26 loc) · 880 Bytes

PDB RNA Viewer

Building & Running locally

npm install
npm run build
npm run serve

Build automatically on file save

npm run watch

Plugin parameters (options)

No. Option Value Details
01 pdbeId string PDB ID - Example: '3l3c'
02 entityId string Entity ID - Example: '3'
03 chainId string Chain ID - Example: 'R'
04 subscribeEvents boolean Default - false
05 apiData ApiData Default - undefined
06 FR3DData JSON Default - undefined

apiData and FR3DData are automatically retrieved using pdbeId, entityId and chainId if not set on options

See data examples at:

Web app implementation

Refer index.html and component.html for implementation example