Installation Instructions¶
Clone the repository:
git clone https://github.com/caterer-z-t/SOM_Seq_Sim.git cd /path/to/SOM_Seq_Sim
Create a virtual environment (optional but recommended):
If you’re using conda, mamba, or micromamba, you can create the environment directly from the env.yml file:
conda env create -f env.yml
Activate the environment using conda:
Replace {conda} with the command used to create the environment:
conda activate som-sim-env