This is a prototype repository for research related to ontology visualization and cell types. Functionality includes loading the
The following commands will run a python/flask server on 5000, and a vite client dev server on 3000.
$ npm ci
$ npm run start
Setup:
$ cd server
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Run:
$ flask run
And navigate to http://localhost:3000/
Types can be found in src/d.ts
Please note: If you believe you have found a security issue, please responsibly disclose by contacting us at security@chanzuckerberg.com
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to opensource@chanzuckerberg.com.