BAMUtils: {
detectFormat(data: Uint8Array): boolean;
isBGZF(data: Uint8Array): boolean;
extractReferences(
bamData: Uint8Array,
): Promise<{ name: string; length: number }[]>;
} = ...
Type Declaration
isBGZF: function
isBGZF(data: Uint8Array): boolean
Returns Promise<{ name: string; length: number }[]>
BAM utility functions for format detection and operations