Skip to content

xyw07/MSESOM

 
 

Repository files navigation

MSESOM

About

This repository contains a the universal portion of the work done in the Huang group.

Initial Steps

  • 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

How To Install Repo

Follow steps below:

  1. git clone https://github.com/feliciatd/MSESOM.git
  2. cd MSESOM
  3. pip install -r requirements.txt
  4. cd SOMPY-master
  5. python setup.py install
  6. cd ..
  7. cd SOM-master
  8. python setup.py install
  9. Move internal folder tfprop_sompy folder to site-packages in Anaconda or Miniconda
  10. Test to see if the first few cells of SOM_experimentation runs with no error

Notes

About

Consolidation of Jupyter Notebooks for SOM projects in Huang Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%