Installation Instructions

  1. Clone the repository:

    git clone https://github.com/caterer-z-t/SOM_Seq_Sim.git
    cd /path/to/SOM_Seq_Sim
    
  2. 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
    
  3. Activate the environment using conda:

    Replace {conda} with the command used to create the environment:

    conda activate som-sim-env