C# Class PIXIEBatchProcessor.SearchSpec.TextSearchSpecProcessor

The search spec processor.
Mostra file Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Public Methods

Method Description
TextSearchSpecProcessor ( string utilityPath, string searchSpecFilePath, string inputPath, string outputPath, bool showWindow, bool force ) : System

Initializes a new instance of the TextSearchSpecProcessor class.

Private Methods

Method Description
FindUimfFile ( string fileOrFolderPath, string datasetName ) : string

search for the uimf file in the given directory.

InferIonization ( string datasetName ) : string

Infer ionization method from data set name

ProcessLine ( string utility, string line, int lineNumber, List exceptions, bool &firstLine, int &id, HashSet fileURIs ) : ImsInformedProcess

process job and return the command line, if not whitespace, set firstLine to false

Method Details

TextSearchSpecProcessor() public method

Initializes a new instance of the TextSearchSpecProcessor class.
/// ///
public TextSearchSpecProcessor ( string utilityPath, string searchSpecFilePath, string inputPath, string outputPath, bool showWindow, bool force ) : System
utilityPath string /// The utility path. ///
searchSpecFilePath string /// The search spec file path. ///
inputPath string /// The input path. ///
outputPath string /// The output path. ///
showWindow bool /// The show window. ///
force bool /// The force. ///
return System