Skip to content
forked from ome/omero-figure

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

Notifications You must be signed in to change notification settings

will-moore/figure

 
 

Repository files navigation

OMERO.figure

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

For full details see http://figure.openmicroscopy.org

Requirements

  • OMERO 4.4.x or OMERO 5.x

Installation

Please see instructions at http://figure.openmicroscopy.org

Development

We use Grunt for various tools. See http://figure.openmicroscopy.org/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 66.5%
  • HTML 17.6%
  • Python 12.3%
  • CSS 3.6%