monashmicroimaging / podocytes

GNU General Public License v3.0
2 stars 3 forks source link

podocytes

For users

Install the dependencies

Install Podo

Unzip the file, then move the app to /Applications/

Running the program

Be patient, the app takes several seconds to open.

Also, when opening the app for the first time, make sure to hold down Control while clicking on the app, and then select 'Open'. Then confirm you want to open this app from an unidentified developer. See here for step by step screenshots.

podo screen shot 2018-05-23 at 4 50 11 pm

podo screen shot 2018-05-23 at 5 31 56 pm

Notes:

podo screen shot 2018-05-23 at 4 50 11 pm

podo screen shot 2018-05-23 at 5 31 56 pm

For developers

Setup development environment

conda env create -f environment.yml
conda activate podo
git clone https://github.com/monashmicroimaging/podocytes.git
cd podocytes
pip install -e .

Running python scripts directly

Run the main program:

pythonw podocytes/main.py

Compare existing CellCounter marker files to the Podo app results:

pythonw podocytes/validate.py

Quickly count the number of markers in a directory of CellCounter files:

pythonw podocytes/cellcounter_xml.py

Running PyInstaller to create macOS build

pip install -e .
pyinstaller Podo.spec -w -F -y