#include <OpenMS/ANALYSIS/ID/FIAMSScheduler.h>
|
| void | loadSamples_ () |
| | Load the batch from the csv file and store as the vector of maps.
|
| |
◆ FIAMSScheduler() [1/3]
◆ FIAMSScheduler() [2/3]
Default constructor.
- Parameters
-
| filename | full path to the csv file |
| base_dir | base directory, where subdirectories within the CSV are located; must include a trailing slash at the end of the directory |
| output_dir | output dir for results; must include a trailing slash at the end of the directory |
| load_cached_ | load the cached results if they exist |
◆ ~FIAMSScheduler()
◆ FIAMSScheduler() [3/3]
◆ getBaseDir()
Get the base directory for the relevant paths from the csv file.
◆ getOutputDir()
| const String & getOutputDir |
( |
| ) |
|
Get the output directory for the results.
◆ getSamples()
| const std::vector< std::map< String, String > > & getSamples |
( |
| ) |
|
◆ loadSamples_()
Load the batch from the csv file and store as the vector of maps.
◆ operator=()
◆ run()
Run the FIA-MS data analysis for the batch defined in the filename_.
◆ base_dir_
◆ filename_
◆ load_cached_
◆ output_dir_
◆ samples_