index.d.ts 355 B

123
  1. declare const makeReference: (sequenceName: string, sequence: string, filePath: string) => Promise<boolean>;
  2. declare const asyncBwaMem: (refPath: string, reads: string | Array<string> | Array<Array<string>>, runName: string, libName: string, outputDir: string, onData: Function, options?: any) => Promise<string[]>;
  3. export { asyncBwaMem, makeReference };