Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yochannah/proteinviewer
Steps wrapper for the biojs protein viewer
https://github.com/yochannah/proteinviewer
Last synced: about 2 months ago
JSON representation
Steps wrapper for the biojs protein viewer
- Host: GitHub
- URL: https://github.com/yochannah/proteinviewer
- Owner: yochannah
- Created: 2015-11-16T13:28:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T17:03:17.000Z (about 9 years ago)
- Last Synced: 2024-10-03T19:28:48.891Z (3 months ago)
- Language: JavaScript
- Size: 3.69 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a Steps / Intermine 2.0 wrapper around the [BioJS Protein Features Viewer](http://biojs.io/d/biojs-vis-proteinfeaturesviewer)
It's designed to be included in [Steps](https://github.com/intermine/staircase) as an IFrame Tool.
#Packaging
To build the project, assuming you have npm and node, `npm install` the dependencies, then run `webpack --display-error-details --watch` for nice verbose errors and automatic re-compiling when you modify files, or `webpack -p` for a minified production build.
Your entry point if modifying this is `js/tool.js`, and the output file is `js/steps-protein-viewer.js`.