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.

43 lines (42 loc) 1.37 kB
{ "name": "bakana", "version": "3.1.3", "description": "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.", "type": "module", "main": "main/index.js", "browser": "browser/index.js", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testTimeout=1000000 --runInBand --detectOpenHandles --forceExit", "jsdoc": "npx jsdoc -r src README.md -d docs/built -c docs/jsdoc.config.json" }, "repository": "github:kanaverse/bakana", "homepage": "https://github.com/kanaverse/bakana#readme", "bugs": "https://github.com/kanaverse/bakana/issues", "keywords": [ "bioinformatics", "single-cell", "scRNA-seq" ], "author": { "name": "Aaron Lun", "email": "infinite.monkeys.with.keyboards@gmail.com", "url": "https://github.com/LTLA" }, "license": "MIT", "dependencies": { "bioconductor": "^0.4.0", "gesel": "^0.3.0", "hash-wasm": "^4.9.0", "jszip": "^3.10.1", "pako": "^2.0.4", "papaparse": "^5.3.2", "scran.js": "^4.0.8", "jaspagate": "^0.1.7" }, "devDependencies": { "docdash": "^2.0.1", "jest": "^30.0.1", "jsdoc": "^4.0.1", "wasmarrays.js": "^0.1.0" } }