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

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

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

import picard.cmdline.CommandLineProgramGroup;

/**
* @author nhomer
*/
public class SamOrBam implements CommandLineProgramGroup {
    @Override
    public String getName() { return "SAM/BAM"; }
    @Override
    public String getDescription() { return "Tools for manipulating SAM, BAM, or related data."; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy