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

org.broadinstitute.gatk.nativebindings.pairhmm.ReadDataHolder Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.gatk.nativebindings.pairhmm;

/**
 * Struct used to copy references to byteArrays from reads to the PairHMM compute kernel.
 */
public final class ReadDataHolder {
    public byte[] readBases = null;
    public byte[] readQuals = null;
    public byte[] insertionGOP = null;
    public byte[] deletionGOP = null;
    public byte[] overallGCP = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy