Suite of reviewers for reviewing <>
.
This is highly recommended to manage different dependencies required by different reviewers.
See Set up Conda Environment for details on how to download conda and configure an environment.
Clone
git clone [email protected]:<>/<MyCustomReviewer>.git
# or in an existing repo
git submodule add [email protected]:<>/<MyCustomReviewer>.git
Install
cd MyCustomReviewer
conda activate <your_env>
pip install -e .
See <MyCustomReviewer>/example_notebooks
for basic examples and demos of the purity reviewers.
See <MyCustomReviewer>/Reviewers
to see available pre-built reviewer options.
See <MyCustomReviewer>/DataTypes
to see pre-built data configurations for purity review.
See MyCustomReviewer/AppComponents
for pre-built components and their customizable parameters, and additional utility functions.
For customizing annotations, adding new components, and other features, see Intro_to_AnnoMate Reviewers.ipynb.
For creating your own prebuilt reviewer, see Developer_AnnoMate_Tutorial.ipynb.