ome / omero-cli-render

OMERO command-line tool for rendering

Home Page:https://www.openmicroscopy.org/omero/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

omero-cli-render

OMERO CLI plugin for bulk application of rendering settings. Settings can be applied from yaml files or copied from other Images in OMERO.

Requirements

  • OMERO 5.6.0 or newer
  • Python 3.6 or newer

Installing from PyPI

This section assumes that an OMERO.py is already installed.

Install the command-line tool using pip:

$ pip install -U omero-cli-render

Usage

Call via the OMERO command line. Use -h to show available sub-commands:

$ omero render -h

Release process

This repository uses bump2version to manage version numbers. To tag a release run:

$ bumpversion release

This will remove the .dev0 suffix from the current version, commit, and tag the release.

To switch back to a development version run:

$ bumpversion --no-tag [major|minor|patch]

specifying major, minor or patch depending on whether the development branch will be a major, minor or patch release. This will also add the .dev0 suffix.

Remember to git push all commits and tags.

License

This project, similar to many Open Microscopy Environment (OME) projects, is licensed under the terms of the GNU General Public License (GPL) v2 or later.

2017-2020, The Open Microscopy Environment

About

OMERO command-line tool for rendering

https://www.openmicroscopy.org/omero/

License:GNU General Public License v2.0


Languages

Language:Python 99.5%Language:Makefile 0.5%