This repository contains a the universal portion of the work done in the Huang group.
- Have python on PC either via Miniconda or Anaconda
- Have git installed via this link:
- Configure your git bash to your account using command below
- git config --global user.email ”user@email.com”
- Move to the place where you would like the repository (ex below)
- cd Desktop
Follow steps below:
- git clone https://github.com/feliciatd/MSESOM.git
- cd MSESOM
- pip install -r requirements.txt
- cd SOMPY-master
- python setup.py install
- cd ..
- cd SOM-master
- python setup.py install
- Move internal folder tfprop_sompy folder to site-packages in Anaconda or Miniconda
- Test to see if the first few cells of SOM_experimentation runs with no error