https://github.com/onukura/gitbucket-3dmol-plugin
A GitBucket plugin for rendering molecular.
https://github.com/onukura/gitbucket-3dmol-plugin
gitbucket gitbucket-plugin
Last synced: 5 months ago
JSON representation
A GitBucket plugin for rendering molecular.
- Host: GitHub
- URL: https://github.com/onukura/gitbucket-3dmol-plugin
- Owner: onukura
- License: apache-2.0
- Created: 2020-06-29T01:59:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T10:39:12.000Z (over 5 years ago)
- Last Synced: 2025-01-07T20:01:38.984Z (about 1 year ago)
- Topics: gitbucket, gitbucket-plugin
- Language: Scala
- Homepage:
- Size: 6.77 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbucket-3dmol-plugin
[](https://travis-ci.org/onukura/gitbucket-3dmol-plugin)

A GitBucket plugin for rendering molecular.
Based on [3DMol.js](https://3dmol.csb.pitt.edu/index.html).
## Screenshot

## Build from source
```sbt
sbt clean package
```
The built package is located at
`target/scala-2.13/gitbucket-3dmol-plugin_2.13-{plugin-version}.jar`.
```sbt
sbt assembly
```
This makes the assembly package
`target/scala-2.13/gitbucket-3dmol-plugin-{plugin-version}.jar`
for deployment.
## Reference
Nicholas Rego, David Koes, 3Dmol.js: molecular visualization with WebGL, Bioinformatics, Volume 31, Issue 8, 15 April 2015, Pages 1322–1324, https://doi.org/10.1093/bioinformatics/btu829