Package | Description |
---|---|
io.seqware.pipeline.api |
This package will store components of SeqWare that can be programmatically
called in order to manage the components of the SeqWare life-cycle.
|
io.seqware.pipeline.engines.whitestar |
This is a simple reference implementation of a seqware engine used for development and debugging.
|
net.sourceforge.seqware.pipeline.workflowV2.engine.oozie |
Implementation of the Oozie workflow engine.
|
Modifier and Type | Method and Description |
---|---|
static WorkflowEngine |
WorkflowTools.getWorkflowEngine(AbstractWorkflowDataModel dataModel,
Map<String,String> config,
boolean createDirectories) |
Modifier and Type | Class and Description |
---|---|
class |
WhiteStarWorkflowEngine
This is a synchronous bare-bones implementation of the WorkflowEngine for prototyping and debugging.
|
Modifier and Type | Class and Description |
---|---|
class |
OozieWorkflowEngine
This is the implementation of the WorkflowEngine with a Oozie back-end.
|
Copyright © 2015 SeqWare. All rights reserved.