snap-stanford / UCE

UCE is a zero-shot foundation model for single-cell gene expression data
MIT License
136 stars 21 forks source link

Add conda env #42

Open bschilder opened 3 months ago

bschilder commented 3 months ago

Conda env to make installing deps easy and reliable. Following convo #41

Users can run this to create a new env named 'uce' once the PR has been merged.

conda env create -f https://github.com/snap-stanford/UCE/raw/main/conda.yml

Best, Brian