.editorconfig
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
NOTICE
README.rst
codecov.yml
pyproject.toml
requirements-dev.txt
ruff.toml
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.circleci/get_version.py
.circleci/publish_pypi.sh
docs/config_options.rst
docs/controls.rst
docs/slicer_cli_plugins.rst
docs/images/cut.gif
docs/images/difference.gif
docs/images/intersect.gif
docs/images/union.gif
docs/images/xor.gif
histomicsui/__init__.py
histomicsui/constants.py
histomicsui/girder_worker_plugin.py
histomicsui/handlers.py
histomicsui.egg-info/PKG-INFO
histomicsui.egg-info/SOURCES.txt
histomicsui.egg-info/dependency_links.txt
histomicsui.egg-info/entry_points.txt
histomicsui.egg-info/not-zip-safe
histomicsui.egg-info/requires.txt
histomicsui.egg-info/top_level.txt
histomicsui/models/__init__.py
histomicsui/models/aperio.py
histomicsui/models/case.py
histomicsui/models/cohort.py
histomicsui/models/image.py
histomicsui/models/meta.py
histomicsui/models/pathology.py
histomicsui/models/slide.py
histomicsui/rest/__init__.py
histomicsui/rest/aperio.py
histomicsui/rest/hui_resource.py
histomicsui/rest/image_browse_resource.py
histomicsui/rest/system.py
histomicsui/rest/tcga.py
sample_data/Easy1.png
sample_data/sample_svs_image.TCGA-DU-6399-01A-01-TS1.e8eb65de-d63e-42db-af6f-14fefbbdf7bd.svs
tests/__init__.py
tests/conftest.py
tests/datastore.py
tests/girder_utilities.py
tests/test_handlers.py
tests/test_hui_rest.py
tests/test_image_browse_endpoints.py
tests/test_load.py
tests/test_tcga.py
tests/test_files/.histomicsui_config.yaml
tests/test_files/sample.anot
tests/test_files/sample.meta
tests/test_files/sample_girder_id.anot
tests/test_files/test_analysis_detection.xml
tests/test_files/test_analysis_features.xml
tests/web_client_specs/.eslintrc
tests/web_client_specs/analysisSpec.js
tests/web_client_specs/annotationSpec.js
tests/web_client_specs/girderUISpec.js
tests/web_client_specs/huiSpec.js
tests/web_client_specs/huiTest.js
tests/web_client_specs/itemSpec.js
tests/web_client_specs/metadataPanelSpec.js
tests/web_client_specs/metadataPlotSpec.js
tests/web_client_specs/overviewPanelSpec.js
tests/web_client_specs/panelLayoutSpec.js
tests/web_client_specs/pixelmapCategorySpec.js