ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::analyzer_strings< RunSummary > Struct Template Reference

#include <RunSummary.hpp>

Static Public Member Functions

static const char * id ()
 
static const char * description ()
 
static const char * argsFormat ()
 
static std::vector< std::string > argsUsage ()
 

Detailed Description

template<>
struct pwiz::analysis::analyzer_strings< RunSummary >

Definition at line 69 of file RunSummary.hpp.

Member Function Documentation

§ id()

static const char* pwiz::analysis::analyzer_strings< RunSummary >::id ( )
inlinestatic

Definition at line 71 of file RunSummary.hpp.

71 {return "run_summary";}

§ description()

static const char* pwiz::analysis::analyzer_strings< RunSummary >::description ( )
inlinestatic

Definition at line 72 of file RunSummary.hpp.

72 {return "print summary statistics about a run";}

§ argsFormat()

static const char* pwiz::analysis::analyzer_strings< RunSummary >::argsFormat ( )
inlinestatic

Definition at line 73 of file RunSummary.hpp.

References TABULARCONFIG_DELIMITER_OPTIONS_STR.

73 {return "[msLevels=<int_set>] [charges=<int_set>] [" TABULARCONFIG_DELIMITER_OPTIONS_STR "]";}
#define TABULARCONFIG_DELIMITER_OPTIONS_STR

§ argsUsage()

static std::vector<std::string> pwiz::analysis::analyzer_strings< RunSummary >::argsUsage ( )
inlinestatic

Definition at line 74 of file RunSummary.hpp.

References TABULARCONFIG_DELIMITER_USAGE_STR.

75  {
76  std::vector<std::string> result;
77  result.push_back("msLevels: if specified, summary only operates on these MS levels; default is all MS levels");
78  result.push_back("charges: if specified, summary only operates on these charge states; default is all charges");
79  result.push_back(TABULARCONFIG_DELIMITER_USAGE_STR);
80  return result;
81  }
#define TABULARCONFIG_DELIMITER_USAGE_STR

The documentation for this struct was generated from the following file: