UNPKG

bakana

Version:

Backend for kana's single-cell analyses. This supports single or multiple samples, execution in Node.js or the browser, in-memory caching of results for iterative analyses, and serialization to/from file for redistribution.

8 lines (6 loc) 243 B
export function stream(file, chunkSize, callback, resolve, reject) { reject("no support for file paths in the browser context"); } export function peek(file, n) { throw new Error("no support for file paths in the browser context"); }