Class FQZCompDecode

java.lang.Object
htsjdk.samtools.cram.compression.fqzcomp.FQZCompDecode

public class FQZCompDecode extends Object
Decoder for the CRAM 3.1 FQZComp codec, used for compressing quality scores. Allows the use of previous quality values, position within the read sequence, a sum of the quality differences from the previous quality, and a generic model selector to generate a context model. Uses the range (adaptive arithmetic) codec internally for compression.
  • Constructor Details

    • FQZCompDecode

      public FQZCompDecode()
  • Method Details