44 @brief Scheduler for FIA-MS data batches. Works with FIAMSDataProcessor.
45
46 The class is initialised with the path to the csv file that must contain the following columns:
47 - *filename* - the mzML filename for the sample. Must not contains the extension and path. The results filenames follow the pattern @filename_@n_seconds.
48 - *dir_input* - the location of the directory with the mzML file
49 - *dir_output* - the location of the directory where the results will be stored
50 - *resolution* - the resolution of the instrument
51 - *polarity* - the charge of the instrument, accepts "positive" or "negative"
52 - *db:mapping* - database input file containing three tab-separated columns of mass, formula, identifier for the accurate mass search
53 - *db:struct* - database input file containing four tab-separated columns of identifier, name, SMILES, INCHI for the accurate mass search
54 - *positive_adducts* - file containing the list of potential positive adducts for the accurate mass search
55 - *negative_adducts* - file containing the list of potential negative adducts for the accurate mass search
56 - *time* - ";"-separated numbers of seconds to process, f.e. "30;60;90;180"