35 struct OPENMS_DLLAPI MapAlignerBase
37 static Param getModelDefaults(
const std::string& default_model);
41class OPENMS_DLLAPI TOPPMapAlignerBase :
42 public TOPPBase,
public MapAlignerBase
46 TOPPMapAlignerBase(std::string name, std::string description,
bool official =
true) :
47 TOPPBase(name, description, official), ref_params_(REF_NONE)
57 enum ReferenceParameterKind { REF_NONE, REF_RESTRICTED, REF_FLEXIBLE }
60 void registerOptionsAndFlagsMapAligners_(
const std::string& file_formats,
61 enum ReferenceParameterKind ref_params);
63 ExitCodes checkParameters_();
65 void transformSpectraFiles_(
const StringList& in_spectra_files,
66 const StringList& out_spectra_files,
67 const std::vector<TransformationDescription>& transformations,
68 bool store_original_rt);
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19