OpenMS  2.6.0
ToolDescription.h
Go to the documentation of this file.
1 // --------------------------------------------------------------------------
2 // OpenMS -- Open-Source Mass Spectrometry
3 // --------------------------------------------------------------------------
4 // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
5 // ETH Zurich, and Freie Universitaet Berlin 2002-2020.
6 //
7 // This software is released under a three-clause BSD license:
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
13 // * Neither the name of any author or any participating institution
14 // may be used to endorse or promote products derived from this software
15 // without specific prior written permission.
16 // For a full list of authors, refer to the file AUTHORS.
17 // --------------------------------------------------------------------------
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 // ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22 // INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 //
30 // --------------------------------------------------------------------------
31 // $Maintainer: Chris Bielow $
32 // $Authors: Chris Bielow, Mathias Walzer $
33 // --------------------------------------------------------------------------
34 
35 #pragma once
36 
39 
40 #include <OpenMS/OpenMSConfig.h>
41 
42 #include <map>
43 
44 namespace OpenMS
45 {
46 
47  namespace Internal
48  {
53  struct FileMapping
54  {
57  // thus: move location -> target
58 
59  FileMapping& operator=(const FileMapping& rhs);
60  };
61 
66  struct MappingParam
67  {
68  std::map<Int, String> mapping;
69  std::vector<FileMapping> pre_moves;
70  std::vector<FileMapping> post_moves;
71 
72  OPENMS_DLLAPI MappingParam& operator=(const MappingParam& rhs);
73 
74  };
75 
83  struct OPENMS_DLLAPI ToolDescriptionInternal
84  {
89 
92 
94  ToolDescriptionInternal(const bool p_is_internal, const String& p_name, const String& p_category, const StringList& p_types);
95 
97  ToolDescriptionInternal(const String& p_name, const StringList& p_types);
98 
99  ToolDescriptionInternal& operator=(const ToolDescriptionInternal& rhs);
100 
101  bool operator==(const ToolDescriptionInternal& rhs) const;
102 
103  bool operator<(const ToolDescriptionInternal& rhs) const;
104  };
105 
106  struct OPENMS_DLLAPI ToolExternalDetails
107  {
117  };
118 
122  struct OPENMS_DLLAPI ToolDescription :
124  {
126  std::vector<ToolExternalDetails> external_details;
127 
129  ToolDescription();
130 
132  ToolDescription(const String& p_name, const String& p_category, const StringList& p_types = StringList());
133 
134  void addExternalType(const String& type, const ToolExternalDetails& details);
135 
136  void append(const ToolDescription& other);
137 
138  ToolDescription& operator=(const ToolDescription& rhs);
139  };
140 
141  } // namespace Internal
142 
143 } // namespace OPENMS
144 
OpenMS::Internal::ToolExternalDetails::param
Param param
Definition: ToolDescription.h:116
OpenMS::Internal::ToolExternalDetails
Definition: ToolDescription.h:106
OpenMS::Internal::MappingParam::pre_moves
std::vector< FileMapping > pre_moves
Definition: ToolDescription.h:69
OpenMS::Internal::FileMapping
Maps input/output files to filenames for the external program.
Definition: ToolDescription.h:53
OpenMS::Internal::ToolDescriptionInternal::types
StringList types
-types of the tool (if any, e.g. ['centroided','wavelet'])
Definition: ToolDescription.h:88
OpenMS::Internal::ToolExternalDetails::text_fail
String text_fail
Definition: ToolDescription.h:109
OpenMS::String
A more convenient string class.
Definition: String.h:59
OpenMS::Internal::ToolDescriptionInternal
ToolDescription Class.
Definition: ToolDescription.h:83
OpenMS::Internal::MappingParam
Filename mappings for all input/output files.
Definition: ToolDescription.h:66
OpenMS::Internal::ToolExternalDetails::path
String path
filename to external tool
Definition: ToolDescription.h:113
OpenMS::operator<
bool operator<(const QTCluster &q1, const QTCluster &q2)
OpenMS::Internal::ToolDescriptionInternal::name
String name
Definition: ToolDescription.h:86
OpenMS::Internal::FileMapping::location
String location
a regex/macro mix; to be expanded by tool;
Definition: ToolDescription.h:55
OpenMS
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
OpenMS::Internal::ToolExternalDetails::text_finish
String text_finish
Definition: ToolDescription.h:110
OpenMS::Internal::ToolDescription::external_details
std::vector< ToolExternalDetails > external_details
additional details for external tools (one entry for each 'type')
Definition: ToolDescription.h:126
OpenMS::Internal::FileMapping::target
String target
TOPP parameter that determines the desired name.
Definition: ToolDescription.h:56
OpenMS::Internal::ToolDescriptionInternal::category
String category
Definition: ToolDescription.h:87
OpenMS::Internal::ToolExternalDetails::tr_table
MappingParam tr_table
Definition: ToolDescription.h:115
Param.h
OpenMS::Internal::ToolDescriptionInternal::is_internal
bool is_internal
Definition: ToolDescription.h:85
OpenMS::Internal::MappingParam::operator=
MappingParam & operator=(const MappingParam &rhs)
OpenMS::StringList
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
OpenMS::StringConversions::append
void append(const T &i, String &target)
Definition: StringUtils.h:119
OpenMS::Internal::FileMapping::operator=
FileMapping & operator=(const FileMapping &rhs)
OpenMS::Internal::MappingParam::mapping
std::map< Int, String > mapping
Definition: ToolDescription.h:68
OpenMS::Internal::operator==
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
OpenMS::Internal::ToolDescription
Definition: ToolDescription.h:122
String.h
OpenMS::Internal::ToolExternalDetails::commandline
String commandline
Definition: ToolDescription.h:112
OpenMS::Param
Management and storage of parameters / INI files.
Definition: Param.h:73
OpenMS::Internal::ToolExternalDetails::text_startup
String text_startup
Definition: ToolDescription.h:108
OpenMS::Internal::ToolExternalDetails::working_directory
String working_directory
folder where the command will be executed from
Definition: ToolDescription.h:114
OpenMS::Internal::ToolExternalDetails::category
String category
Definition: ToolDescription.h:111
OpenMS::Internal::MappingParam::post_moves
std::vector< FileMapping > post_moves
Definition: ToolDescription.h:70