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

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

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

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

/**
 * Tools that performs methylation calling and methylation-based coverage for bisulfite BAMs
 */
public class MethylationProgramGroup implements CommandLineProgramGroup {
    @Override
    public String getName() { return HelpConstants.DOC_CAT_METHYLATION_DISCOVERY; }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy