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

David Sehnal c94d330be8 mmcif conformation parsing il y a 7 ans
.vscode 9cf93363eb Data model for tables and schema il y a 7 ans
dist b12f11af03 renamed table to category, added File and Block classes, typed category and column objects il y a 7 ans
docs 23ebae54ae Naming CIF things il y a 7 ans
examples e987d73d2b BinaryCIF support il y a 7 ans
src c94d330be8 mmcif conformation parsing il y a 7 ans
.gitignore 07c3377ddb started with gro reader il y a 7 ans
LICENSE 5e91cff080 fixed license il y a 7 ans
README.md 135635ac06 Changed data model, updated GRO parser to handle velocities, arbitrary precision, multiple models il y a 7 ans
molio.sublime-project 07c3377ddb started with gro reader il y a 7 ans
package-lock.json 6b79fa8512 tweaked sorted set impl il y a 7 ans
package.json 6b79fa8512 tweaked sorted set impl il y a 7 ans
rollup.config.js 2693d26dae Added computation "model" il y a 7 ans
tsconfig.json 2a87a9d131 Refactored project structure il y a 7 ans
tslint.json 07c3377ddb started with gro reader il y a 7 ans

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

  • write about unittest (AR)