
org.broadinstitute.hellbender.utils.Tail Maven / Gradle / Ivy
The newest version!
package org.broadinstitute.hellbender.utils;
/**
* Enum for two-sided things, for example which end of a read has been clipped, which end of a chain within an assembly graph etc.
*/
public enum Tail {
LEFT,
RIGHT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy