Package | Description |
---|---|
net.sourceforge.seqware.pipeline.deciders |
BasicDecider.
|
Modifier and Type | Method and Description |
---|---|
protected BasicDecider.FILE_STATUS |
BasicDecider.compareWorkflowRunFiles(Set<Integer> filesSWIDsHasRun,
Collection<String> filesToRun)
Tests if the files from the workflow run (filesHasRun) are the same as those found in the database (filesToRun).
|
static BasicDecider.FILE_STATUS |
BasicDecider.FILE_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicDecider.FILE_STATUS[] |
BasicDecider.FILE_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.