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

org.broadinstitute.hellbender.cmdline.TestProgramGroup Maven / Gradle / Ivy

There is a newer version: 4.6.0.0
Show newest version
package org.broadinstitute.hellbender.cmdline;

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

/**
 * Program group for use with internal test CommandLinePrograms only.
 */
public final class TestProgramGroup implements CommandLineProgramGroup {
    @Override
    public String getName() { return HelpConstants.DOC_CAT_TEST; }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy