ProteoWizard
Static Public Member Functions
pwiz::analysis::analyzer_strings< RunSummary > Struct Template Reference

#include <RunSummary.hpp>

List of all members.

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

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

Definition at line 71 of file RunSummary.hpp.

{return "run_summary";}
static const char* pwiz::analysis::analyzer_strings< RunSummary >::description ( )
inlinestatic

Definition at line 72 of file RunSummary.hpp.

{return "print summary statistics about a run";}
static const char* pwiz::analysis::analyzer_strings< RunSummary >::argsFormat ( )
inlinestatic

Definition at line 73 of file RunSummary.hpp.

References TABULARCONFIG_DELIMITER_OPTIONS_STR.

{return "["TABULARCONFIG_DELIMITER_OPTIONS_STR"] [msLevels=int_set] [charges=int_set]";}
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.

{
std::vector<std::string> result;
result.push_back("msLevels: if specified, summary only operates on these MS levels; default is all MS levels");
result.push_back("charges: if specified, summary only operates on these charge states; default is all charges");
return result;
}

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