Skip to content

yjarosz/figure

 
 

Repository files navigation

OMERO.figure

OMERO.web app for creating figures from images in OMERO.

For full details see http://will-moore.github.io/figure/

Requirements

  • OMERO 4.4.x or OMERO 5.x

Installation

Please see instructions at http://will-moore.github.io/figure/

Development

We use Grunt for various tools. See http://will-moore.github.io/figure/2014/05/01/testing-with-jshint-jasmine-grunt.html for an introduction.

Install:

$ npm install grunt
$ sudo npm install -g grunt-cli
$ npm install grunt
$ npm install grunt-contrib-jshint
$ npm install grunt-contrib-jasmine
$ npm install grunt-contrib-jst
$ npm install grunt-contrib-watch

To compile jst templates:

$ grunt jst

And to have this run whenever templates are edited:

$ grunt watch

About

An OMERO.web app for creating Figures from images in OMERO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.7%
  • Python 7.6%
  • CSS 2.7%