67 bool load_cached_ =
true
87 const std::vector<std::map<String, String>>&
getSamples();
Definition: FIAMSScheduler.h:59
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.
std::vector< std::map< String, String > > samples_
Definition: FIAMSScheduler.h:103
String filename_
Definition: FIAMSScheduler.h:100
~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:102
const std::vector< std::map< String, String > > & getSamples()
Get the batch.
FIAMSScheduler & operator=(const FIAMSScheduler &fdp)=default
Assignment.
String base_dir_
Definition: FIAMSScheduler.h:101
FIAMSScheduler(const FIAMSScheduler &cp)=default
Copy constructor.
FIAMSScheduler(String filename, String base_dir="/", bool load_cached_=true)
Default constructor.
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47