Next, use the environment configuration file to create a conda environment:
conda env create -f env.ymlActivate the environment:
conda activate clam_latestIf you want to use CONCH as the pretrained encoder, install the package in the environment by running the following command:
pip install git+https://github.com/Mahmoodlab/CONCH.gitWhen done running experiments, to deactivate the environment:
conda deactivate clam_latestPlease report any issues in the public forum.
