MolStart molecule viewer for transmembrane proteins http://molstar.org
![]() |
4 gadi atpakaļ | |
---|---|---|
.github | 4 gadi atpakaļ | |
.vscode | 5 gadi atpakaļ | |
src | 4 gadi atpakaļ | |
.eslintignore | 4 gadi atpakaļ | |
.eslintrc.json | 4 gadi atpakaļ | |
.gitattributes | 5 gadi atpakaļ | |
.gitignore | 5 gadi atpakaļ | |
CHANGELOG.md | 4 gadi atpakaļ | |
LICENSE | 5 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
package-lock.json | 4 gadi atpakaļ | |
package.json | 4 gadi atpakaļ | |
tsconfig.json | 4 gadi atpakaļ | |
webpack.config.js | 4 gadi atpakaļ |
RCSB PDB implementation of Mol* (/'mol-star/). Try it here.
npm install @rcsb/rcsb-molstar
npm install
npm run build
npm run watch
DEBUG=molstar npm run watch
npm run build
Run
If not installed previously:
npm install -g http-server
...or a similar solution.
From the root of the project:
http-server -p PORT-NUMBER
and navigate to build/dist/viewer/
npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag next
npm version 1.X.0 # provide valid semver string
npm publish