Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 569 Bytes

quant-condensate

Cluster analysis for Courchaine et al, 2020

Prereq's:

  1. Install Python 3.6 using miniconda or anaconda
  2. Install python-microscopy environment (instructions at http://python-microscopy.org), noting that we're behind on python3 packaging
  3. Make sure you have scipy>=1.3 installed.
  4. Clone this repository and install via setuptools (run python setup.py develop or python setup.py install in the top directory)
  5. Register the plugin modules with PYME by running "python quant_condensate/install_plugin.py", again from the top directory