Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yochannah/protein-atlas-expressions
https://github.com/yochannah/protein-atlas-expressions
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yochannah/protein-atlas-expressions
- Owner: yochannah
- License: lgpl-3.0
- Created: 2015-08-19T14:06:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T15:54:02.000Z (over 9 years ago)
- Last Synced: 2024-10-12T10:13:16.320Z (3 months ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
js-specific version of https://github.com/intermine/intermine/blob/beta/bio/webapp/src/org/intermine/bio/web/model/ProteinAtlasExpressions.java### Using the project
See index.html for a basic demo / init instructions.### Running the project
If you want to modify the script and let Browsersync live-reload your changes, run:
$ gulp dev
If you just want a one-off build, gulp's default task will do it:
$ gulp
Both tasks will compile your less (make sure to prefix partials with `_`, e.g. `_button.less`) and bundle up your js, then move it to the dist folder.
#### Testing
Run `$ mocha` (to run the suite once) or `$ mocha --watch` (to re-test when you make changes).