All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.broadinstitute.hellbender.cmdline.programgroups.ExampleProgramGroup Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.hellbender.cmdline.programgroups;

import org.broadinstitute.barclay.argparser.CommandLineProgramGroup;
import org.broadinstitute.hellbender.utils.help.HelpConstants;

/**
 * Program group for Example programs
 */
public class ExampleProgramGroup implements CommandLineProgramGroup {
    @Override
    public String getName() {
        return HelpConstants.DOC_CAT_EXAMPLE;
    }

    @Override
    public String getDescription() {
        return HelpConstants.DOC_CAT_EXAMPLE_SUMMARY;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy