0.8.0 • Published 4 months ago

molrender v0.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 months ago

License npm version Gitter Changelog

alt example

Usage

Molrender creates images of the following types: model, assembly, chain, chain-list, models, or all. Either as png or jpeg.

Create all images as PNG

molrender all /path/to/5cbg.cif /path/to/out/

Create all images as JPEG

molrender all /path/to/1nmr.cif /path/to/out/ --format jpeg

Building

Build:

npm install
npm run build

Build automatically on file save:

npm run watch

Build with debug mode enabled:

DEBUG=molstar npm run watch

Build for production:

NODE_ENV=production npm run build

Scripts installation

npm run build
npm install -g

Publish

Prerelease

npm version prerelease # asumes the current version ends with '-dev.X'
npm publish --tag next

Release

npm version 0.X.0 # provide valid semver string
npm publish

Contributing

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

Funding

Funding sources include but are not limited to:

0.8.0

4 months ago

0.7.2

9 months ago

0.7.4

8 months ago

0.7.3

8 months ago

0.7.1

11 months ago

0.7.0

1 year ago

0.6.0

2 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.1

5 years ago

0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago