42 bool load_cached_ =
true
62 const std::vector<std::map<String, String>>&
getSamples();
84 std::vector<std::map<String, String>>
samples_;
Definition: FIAMSScheduler.h:33
void run()
Run the FIA-MS data analysis for the batch defined in the filename_.
void loadSamples_()
Load the batch from the csv file and store as the vector of maps.
const String & getOutputDir()
Get the output directory for the results.
std::vector< std::map< String, String > > samples_
Definition: FIAMSScheduler.h:84
String filename_
Definition: FIAMSScheduler.h:80
FIAMSScheduler(String filename, String base_dir="/", String output_dir="/", bool load_cached_=true)
Default constructor.
~FIAMSScheduler()=default
Default destructor.
const String & getBaseDir()
Get the base directory for the relevant paths from the csv file.
bool load_cached_
Definition: FIAMSScheduler.h:83
String output_dir_
Definition: FIAMSScheduler.h:82
const std::vector< std::map< String, String > > & getSamples()
Get the batch.
FIAMSScheduler & operator=(const FIAMSScheduler &fdp)=default
Assignment.
String base_dir_
Definition: FIAMSScheduler.h:81
FIAMSScheduler(const FIAMSScheduler &cp)=default
Copy constructor.
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19