UNPKG

@gmod/cram

Version:

read CRAM files with pure Javascript

5 lines (4 loc) 232 B
export { CramRecord } from './cramFile/record.ts'; export { default as CramFile } from './cramFile/index.ts'; export { default as CraiIndex } from './craiIndex.ts'; export { default as IndexedCramFile } from './indexedCramFile.ts';