Package omero :: Package plugins :: Module chgrp
[hide private]
[frames] | no frames]

Module chgrp

source code

chgrp plugin

Plugin read by omero.cli.Cli during initialization. The method(s) defined here will be added to the Cli class for later use.

Classes [hide private]
  ChgrpControl
Variables [hide private]
  HELP = """Move data between gro...

Imports: CLI, GraphControl, ExperimenterGroupArg, sys


Variables Details [hide private]

HELP

Value:
"""Move data between groups

Example Usage:

  omero chgrp 101 /Image:1                     # Move all of Image 1 t\
o \
group 101
  omero chgrp Group:101 /Image:1               # Move all of Image 1 t\
...