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

picard.cmdline.programgroups.Testing Maven / Gradle / Ivy

Go to download

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.

There is a newer version: 3.2.0
Show newest version
package picard.cmdline.programgroups;

import org.broadinstitute.barclay.argparser.CommandLineProgramGroup;
import picard.util.help.HelpConstants;

/**
 * For internal test purposes only.
 *
 * @author nhomer
 */
public class Testing 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