OpenMS
ParamCWLFile.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Authors: Simon Gene Gottlieb $
6 // --------------------------------------------------------------------------
7 
8 #pragma once
9 
11 
12 namespace OpenMS
13 {
14 
57  class OPENMS_DLLAPI ParamCWLFile
58  {
59  public:
70  static bool load(const std::string& filename, Param& param);
71  };
72 } // namespace OpenMS
Load from JSON (in a Common Workflow Language (CWL) compatible way) into the Param class.
Definition: ParamCWLFile.h:58
static bool load(const std::string &filename, Param &param)
Read JSON file that is formatted in CWL conforming style.
Management and storage of parameters / INI files.
Definition: Param.h:44
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22