Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 617 Bytes

File metadata and controls

16 lines (14 loc) · 617 Bytes

Environments

This directory contains the necessary files to create the conda environments.

We have the following environments:

Creating the environments

To create the environments, execute the following command:

conda env create -f scDINO.yaml
conda env create -f timelapse_env.yaml
conda env create -f R_env.yaml

The environments will be activated when each shell script is run.