Package | Description |
---|---|
net.sourceforge.seqware.pipeline.deciders |
BasicDecider.
|
Modifier and Type | Method and Description |
---|---|
protected BasicDecider.PREVIOUS_RUN_STATUS |
BasicDecider.determineStatus(WorkflowRunStatus generateStatus)
Map a normal status to whether a workflow run completed, failed, or other (submitted, pending, etc.) (the states that we care about
for the decider)
|
static BasicDecider.PREVIOUS_RUN_STATUS |
BasicDecider.PREVIOUS_RUN_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicDecider.PREVIOUS_RUN_STATUS[] |
BasicDecider.PREVIOUS_RUN_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
BasicDecider.isCountAsFail(BasicDecider.FILE_STATUS fileStatus,
BasicDecider.PREVIOUS_RUN_STATUS previousStatus)
We now use the guideline that we only count failures when they occur on the same number of files (with the same paths)
|
protected static boolean |
BasicDecider.isDoRerun(BasicDecider.FILE_STATUS fileStatus,
BasicDecider.PREVIOUS_RUN_STATUS previousStatus)
See https://wiki.oicr.on.ca/display/SEQWARE/BasicDecider+logic
|
Copyright © 2015 SeqWare. All rights reserved.