Teichlab / cellphonedb

MIT License
339 stars 105 forks source link

How to use environment.yaml install CellphoneDB environment in conda #270

Closed yuyzw closed 3 years ago

yuyzw commented 3 years ago

How to use environment.yaml install CellphoneDB environment in conda ?

prete commented 3 years ago

Hi @yuyzw! You can use this environment.yml (you'll need to rename it from environment.yml.txt to environment.yml because GitHub does not allow yml files to be attached)

Then, to create the environment use conda env create -f environment.yml

Finally use conda activate cpdb to activate your environment and you'll have all that you need to run your analysis.