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

Alexander Rose 33cf1473b1 updated readme %!s(int64=7) %!d(string=hai) anos
dist 609aa648b2 added dist files %!s(int64=7) %!d(string=hai) anos
examples 75366fab06 gro, added example files %!s(int64=7) %!d(string=hai) anos
src a14579b627 gro, high precision example %!s(int64=7) %!d(string=hai) anos
.gitignore 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
LICENSE 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
README.md 33cf1473b1 updated readme %!s(int64=7) %!d(string=hai) anos
molio.sublime-project 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
package.json 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
rollup.config.js 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
tsconfig.json 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos
tslint.json 07c3377ddb started with gro reader %!s(int64=7) %!d(string=hai) anos

README.md

License

  • general, non-opinionated library for reading and writing molecular structure related file formats
  • extending on the ideas of the CIFTools.js library

Building & Running

Build:

npm install
npm run build

Build automatically on file save:

npm run watch

Bundle with rollup (UMD and ES6)

npm run bundle

Make distribution files

npm run dist

Build everything above

npm run-script build && npm run-script bundle && npm run-script dist

Example script

Build

npm run script

Run

node ./build/js/script.js

TODO

  • ...