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

    Interface BAIIndex

    Complete BAI index structure Root container for all reference sequence indexes

    interface BAIIndex {
        referenceCount: number;
        references: readonly BAIReference[];
        version?: string;
        createdAt?: Date;
        sourceFile?: string;
    }
    Index

    Properties

    referenceCount: number

    Number of reference sequences indexed

    references: readonly BAIReference[]

    Array of reference indexes (one per reference sequence)

    version?: string

    BAI format version for compatibility checking

    createdAt?: Date

    Index creation timestamp for metadata

    sourceFile?: string

    Source BAM file path for tracking