An open API service indexing awesome lists of open source software.

https://github.com/pdbeurope/pdb-rna-viewer

The PDB RNA viewer depicts the secondary structure of a RNA in a 2D representation
https://github.com/pdbeurope/pdb-rna-viewer

Last synced: 3 months ago
JSON representation

The PDB RNA viewer depicts the secondary structure of a RNA in a 2D representation

Awesome Lists containing this project

README

          

# PDB RNA Viewer

## Building & Running locally
```JS
npm install
npm run build
npm run serve
```

## Build automatically on file save
```JS
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`|

## Web app implementation
**Refer index.html and component.html for implementation example**