An end-to-end framework for cell morphology phenotyping
The anaconda environment for MorPheT can be installed using environment.yml.
conda env create -f environment.yml
- If above command fails:
- Create conda
conda create -n morphet python=3.7
- Enter env
conda activate morphet
Install required packages:
make setup.env.x
Other required packages (defined under .gitmodules):
git clone --recurse-submodules -j8 [email protected]:chunglabmit/morphet.git
# entrypoint: ./src/gui/MorPheT/main.py
# to launch,
$ make launch.morphet.x
Media1.mp4
# entrypoint: ./src/gui/main.py
# to launch,
$ make launch.annotator.x set=[train/val/test]
# SET: 'train', 'val', etc
# entrypoint: ./src/gui/evaluator/main.py
# to launch,
$ make launch.evaluator.x
# entrypoint: ./src/gui/prediction/main.py
# to launch,
$ make launch.predictor.x