3.3.2 • Published 8 months ago
pdbe-molstar v3.3.2
PDBe Molstar
PDBe implementation of Mol* (/'mol-star/)
Refer PDBe Molstar Wiki for detailed documentation and examples
Building & Running locally
npm install
npm run build
# npm run rebuild # for a clean build
npm run serve
Build automatically on file save:
npm run watch
Manual testing
- Run locally by
npm run serve
- Go to http://127.0.0.1:1338/portfolio.html and check the viewer with various different setting (some of these reflect the actual setting on PDBe pages)
- If you want to tweak the options, go to "Frame URL" and change the options in the URL
Deployment
- Bump version in
package.json
using semantic versioning- Use a version number like "1.2.3-beta.1" for development versions (to be used in development environment wwwdev.ebi.ac.uk)
- Use a version number like "1.2.3" for proper releases
- Ensure
npm install && npm run lint && npm run rebuild
works locally - Update
CHANGELOG.md
- Git commit and push (commit message e.g. "Version 1.2.3")
- Create a git tag matching the version with prepended "v" (e.g. "v1.2.3")
- The GitHub repo will automatically be mirrored to EBI GitLab (might take up to 1 hour)
- CICD pipeline in EBI GitLab will automatically publish the package to npm (https://www.npmjs.com/package/pdbe-molstar)
- The files will become available via JSDeliver
- Latest version including development versions:
- Latest proper release:
- https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-plugin.js
- https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-component.js
- https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar.css
- https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-light.css
- Go to https://www.jsdelivr.com/tools/purge and purge the cache for abovementioned URLs (otherwise it might take up to 7 days to before
@latest
starts pointing to the new version)
3.3.1
8 months ago
3.3.2
8 months ago
3.3.0
11 months ago
3.2.1-beta.3
12 months ago
3.2.1-beta.2
1 year ago
3.2.1-beta.1
1 year ago
3.2.0
1 year ago
3.2.0-beta.4
1 year ago
3.2.0-beta.2
1 year ago
3.2.0-beta.3
1 year ago
3.2.0-beta.1
1 year ago
3.1.3
1 year ago
3.1.2
2 years ago
3.1.1
2 years ago
3.1.0
3 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0-dev.4
5 years ago
1.1.0-dev.3
5 years ago
1.1.0-dev.2
5 years ago
1.1.0-dev.1
5 years ago
0.1.1
5 years ago
0.1.0
6 years ago