Genotype API Documentation - v0.1.0
    Preparing search index...

    Interface BGZFBlock

    BGZF block information for compressed BAM files

    interface BGZFBlock {
        offset: number;
        compressedSize: number;
        uncompressedSize: number;
        crc32?: number;
    }
    Index

    Properties

    offset: number

    Offset in file where block starts

    compressedSize: number

    Compressed size of this block

    uncompressedSize: number

    Uncompressed size of this block

    crc32?: number

    CRC32 checksum for integrity validation