C# Class PIXIEBatchProcessor.Program

The program.
Mostra file Open project: PNNL-Comp-Mass-Spec/PIXIE

Public Methods

Method Description
AddResultToScoresTable ( string dataset, CrossSectionWorkflowResult chemicalResult, IImsTarget target, NumericTable table, IList colDef ) : int

The add result to scores table.

Private Methods

Method Description
Main ( string args ) : void
ProcessFinishedTask ( ImsInformedProcess doneProcess, IList failedAnalyses ) : void
WaitUntilAtLeastOneTaskDone ( HashSet runningTasks ) : ImsInformedProcess

The wait until at least one task done.

Method Details

AddResultToScoresTable() public static method

The add result to scores table.
public static AddResultToScoresTable ( string dataset, CrossSectionWorkflowResult chemicalResult, IImsTarget target, NumericTable table, IList colDef ) : int
dataset string /// The dataset. ///
chemicalResult ImsInformed.Workflows.CrossSectionExtraction.CrossSectionWorkflowResult /// The chemical result. ///
target IImsTarget /// The target. ///
table NumericTable /// The table. ///
colDef IList /// The col def. ///
return int