Class HelpConstants
java.lang.Object
org.broadinstitute.hellbender.utils.help.HelpConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Definition of the group names / descriptions for documentation/help purposes.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
GATK_FORUM_URL
- See Also:
-
GATK_MAIN_SITE
- See Also:
-
DOC_CAT_ANNOTATORS
Definition of the group names / descriptions for documentation/help purposes.- See Also:
-
DOC_CAT_ANNOTATORS_SUMMARY
- See Also:
-
DOC_CAT_FLOW_ANNOTATORS
- See Also:
-
DOC_CAT_FLOW_ANNOTATORS_SUMMARY
- See Also:
-
DOC_CAT_COVERAGE_ANALYSIS
- See Also:
-
DOC_CAT_COVERAGE_ANALYSIS_SUMMARY
- See Also:
-
DOC_CAT_CNV
- See Also:
-
DOC_CAT_CNV_SUMMARY
- See Also:
-
DOC_CAT_EXAMPLE
- See Also:
-
DOC_CAT_EXAMPLE_SUMMARY
- See Also:
-
DOC_CAT_METAGENOMICS
- See Also:
-
DOC_CAT_METAGENOMICS_SUMMARY
- See Also:
-
DOC_CAT_READFILTERS
- See Also:
-
DOC_CAT_READFILTERS_SUMMARY
- See Also:
-
DOC_CAT_SHORT_VARIANT_DISCOVERY
- See Also:
-
DOC_CAT_SHORT_VARIANT_DISCOVERY_SUMMARY
- See Also:
-
DOC_CAT_SV_DISCOVERY
- See Also:
-
DOC_CAT_SV_DISCOVERY_SUMMARY
- See Also:
-
DOC_CAT_TEST
- See Also:
-
DOC_CAT_TEST_SUMMARY
- See Also:
-
DOC_CAT_RNA
- See Also:
-
DOC_CAT_RNA_SUMMARY
- See Also:
-
DOC_CAT_METHYLATION_DISCOVERY
- See Also:
-
DOC_CAT_METHYLATION_DISCOVERY_SUMMARY
- See Also:
-
DOC_CAT_SHORT_FLOW_BASED
- See Also:
-
DOC_CAT_SHORT_FLOW_BASED_SUMMARY
- See Also:
-
-
Method Details
-
forumPost
-
getSuperCategoryProperty
Given a group name, return a supercategory string for use by the online doc system to determine which supercateogry the group is in. The strings returned by this method should match those used in the corresponding help template.- Parameters:
groupName
-- Returns:
- supercategory string corresponding to
groupName
for use in for use in determining which supercateogry the group is in for online doc purposes.
-