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

org.broadinstitute.hellbender.cmdline.programgroups.FlowBasedProgramGroup 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;

/**
 * Tools that perform variant calling and genotyping for short variants (SNPs, SNVs and Indels) on
 * flow-based sequencing platforms
 */
public class FlowBasedProgramGroup implements CommandLineProgramGroup {

    @Override
    public String getName() { return HelpConstants.DOC_CAT_SHORT_FLOW_BASED; }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy