UNPKG

@gmod/bam

Version:

Parser for BAM and BAM index (bai) files

8 lines (7 loc) 228 B
import IndexFile from './indexFile.ts'; export default class NullIndex extends IndexFile { lineCount(): Promise<any>; protected _parse(): Promise<any>; indexCov(): Promise<any>; blocksForRange(): Promise<any>; }