This program allows you to directly call an analysis engine. You essentially specify the engine and then all the engine parameters. You can get help on using the wrapper like this:
apt-engine-wrapper --help
This will also provide a listing of known analysis engines. You can get help on what options are available to each engine like so:
apt-engine-wrapper --engine ProbesetSummarizeEngine --help
And you can actually run the engine like this:
apt-engine-wrapper --engine ProbesetSummarizeEngine -- [engine options]
apt-engine-wrapper - Generic wrapper around the engine
factory. You probably want to use one of the engine
specific wrappers. Use ' -- ' to separate wrapper args
from engine args.
usage:
apt-engine-wrapper --help
apt-engine-wrapper --engine ProbesetSummarizeEngine --help
apt-engine-wrapper --engine ProbesetSummarizeEngine -- \
--cdf-file=...
options:
--engine The engine to run. [default '']
--log-file The file to write out log items to. [default '']
-h, --help This message. [default 'false']
--version Display version information. [default 'false']
--verbose Verbosity Level. [default '1']
Available Engines:
MAS5Engine
GenoQC
ProbesetGenotypeEngine
ProbesetSummarizeEngine
SummaryGenotypeEngine
CanaryEngine
DmetCHPWriter
DmetCopyNumberEngine
DmetEngine
CNAnalysisEngine
CNCytoEngine
CNFamilialEngine
CNLog2RatioEngine
CNReferenceEngine
CNWorkflowEngine
TranslationEngine
1.7.1