Module import
source code
Startup plugin for command-line importer.
Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
START_CLASS = "ome.formats.importer.cli.CommandLineImporter"
|
|
TEST_CLASS = "ome.formats.test.util.TestEngine"
|
|
HELP = """Run the Java-based command-line impor...
|
|
TESTHELP = """Run the Importer TestEngine suite (devs-only)"""
|
Imports:
subprocess,
optparse,
os,
sys,
signal,
time,
BaseControl,
CLI,
OMERODIR,
omero
HELP
- Value:
"""Run the Java-based command-line importer
This is a Python wrapper around the Java importer. Login is handled
by Python OmeroCli. To see more options, use "--javahelp".
Options marked with "**" are passed strictly to Java. If they interfer
e
with any of the Python arguments, you may need to end precede your arg
...
|
|