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