MolStart molecule viewer for transmembrane proteins http://molstar.org

bioinsilico 42e7071265 docs && cdn-example 3 лет назад
cdn-examples 42e7071265 docs && cdn-example 3 лет назад
docs 42e7071265 docs && cdn-example 3 лет назад
src 42e7071265 docs && cdn-example 3 лет назад
.babelrc 0965e0673c saguaro 3D first commit 4 лет назад
CHANGELOG.md 9d72bf5801 docs && readme 3 лет назад
LICENSE.md 42e7071265 docs && cdn-example 3 лет назад
README.md 42e7071265 docs && cdn-example 3 лет назад
package-lock.json 9d72bf5801 docs && readme 3 лет назад
package.json 42e7071265 docs && cdn-example 3 лет назад
tsconfig.examples.json 9d72bf5801 docs && readme 3 лет назад
tsconfig.json 42e7071265 docs && cdn-example 3 лет назад
webpack.config.js 42e7071265 docs && cdn-example 3 лет назад
webpack.examples.config.js 42e7071265 docs && cdn-example 3 лет назад

README.md

rcsb-saguaro-3D

RCSB Saguaro Web 3D is an open-source library built on the top of the RCSB Saguaro 1D Feature Viewer and RCSB Molstar designed to display protein features at the RCSB Web Site. The package collects protein annotations from the 1D Coordinate Server and the main RCSB Data API and generates Protein Feature Summaries. The package allows access to RCSB Saguaro and Molstar methods to add or change displayed data. <!---

--->

CDN JavaScript

<script src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-3d@1.0.0/build/dist/app.js" type="text/javascript"></script>

Node Module Instalation

npm install @rcsb/rcsb-saguaro-3d

Building & Running

Build app

npm install
npm run buildApp

Build examples

npm run buildExamples

From the root of the project:

http-server -p PORT-NUMBER

and navigate to localhost:PORT-NUMBER/build/examples/

Main Classes and Methods

Class RcsbFv3DAssembly file src/RcsbFv3D/RcsbFv3DAssembly.tsx builds a predefined view for PDB entries. This is the methods used in the RCSB PDB web portal (ex: 4hhb). Source code example can be found in src/examples/assembly/index.ts.

Class RcsbFv3DCustom file src/RcsbFv3D/RcsbFv3DCustom.tsx builds a customized view between one or more feature viewers and a single Molstar plugin.

Contributing

All contributions are welcome. Please, make a pull request or open an issue.

License

The MIT License

Copyright (c) 2021 - now, RCSB PDB and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.