histomicsui 1.6.1.dev46__tar.gz → 1.6.1.dev50__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/PKG-INFO +1 -1
- histomicsui-1.6.1.dev50/docs/slicer_cli_plugins.rst +278 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/PKG-INFO +1 -1
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/SOURCES.txt +1 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/.circleci/config.yml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/.editorconfig +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/.git-blame-ignore-revs +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/.gitignore +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/.pre-commit-config.yaml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/LICENSE +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/MANIFEST.in +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/NOTICE +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/README.rst +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/codecov.yml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/config_options.rst +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/controls.rst +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/images/difference.gif +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/images/intersect.gif +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/images/union.gif +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/docs/images/xor.gif +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/__init__.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/constants.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/handlers.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/__init__.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/aperio.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/case.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/cohort.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/image.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/meta.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/pathology.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/models/slide.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/__init__.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/aperio.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/hui_resource.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/image_browse_resource.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/system.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/tcga.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/app.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/collections/StyleCollection.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/collections/UserCollection.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/collections/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/confirmDialog.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/editElement.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/editRegionOfInterest.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/editStyleGroups.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/metadataPlot.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/openAnnotatedImage.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/openImage.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/saveAnnotation.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/events.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/main.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/models/StyleModel.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/models/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/package.json +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/AnnotationSelector.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/DrawWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/FrameSelectorWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/MetadataPlot.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/MetadataWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/OverviewWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/RegionSelector.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/ZoomWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/router.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/routes.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/static/favicon.png +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/body/configView.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/body/image.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/dialogs/editStyleGroups.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/dialogs/metadataPlot.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/dialogs/openAnnotatedImage.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/dialogs/saveAnnotation.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/layout/header.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/layout/headerAnalyses.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/layout/headerImage.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/layout/layout.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/annotationSelector.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/drawWidget.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/frameSelectorWidget.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/metadataPlot.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/metadataWidget.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/overviewWidget.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/regionSelector.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/panels/zoomWidget.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/popover/annotationContextMenu.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/popover/annotationPopover.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/views/itemList.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/stylesheets/views/searchResultsView.styl +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/body/configView.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/body/image.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/annotatedImageList.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/confirmDialog.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/editElement.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/editRegionOfInterest.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/editStyleGroups.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/metadataPlot.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/openAnnotatedImage.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/openImage.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/dialogs/saveAnnotation.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/layout/header.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/layout/headerAnalyses.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/layout/headerImage.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/layout/headerUser.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/layout/layout.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/annotationSelector.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/drawWidget.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/drawWidgetElement.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/frameSelectorWidget.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/metadataPlot.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/metadataWidgetPanel.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/overviewWidget.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/panel.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/regionSelector.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/panels/zoomWidget.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/popover/annotationContextMenu.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/popover/annotationPopover.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/popover/annotationPopoverMetadata.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/popover/pixelmapContextMenu.pug +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/HierarchyWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/JobDetailsWidget.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/View.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/ConfigView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/ImageView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/itemList.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/itemPage.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/HeaderAnalysesView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/HeaderImageView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/HeaderUserView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/HeaderView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/LoginView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/popover/AnnotationContextMenu.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/popover/AnnotationPopover.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/popover/PixelmapContextMenu.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/popover/index.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/searchResultsView.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/utils.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/vue/components/ColorPickerInput.vue +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/vue/components/EditHeatmapOrGridData.vue +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/vue/components/EditHeatmapOrGridDataContainer.vue +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/webpack.helper.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/webroot.mako +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/dependency_links.txt +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/entry_points.txt +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/not-zip-safe +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/requires.txt +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/top_level.txt +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/pyproject.toml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/requirements-dev.txt +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/ruff.toml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/setup.cfg +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/setup.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/__init__.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/datastore.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/girder_utilities.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/.histomicsui_config.yaml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/sample.anot +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/sample.meta +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/sample_girder_id.anot +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/test_analysis_detection.xml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/test_analysis_features.xml +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_handlers.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_hui_rest.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_image_browse_endpoints.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_load.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_tcga.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_web_client.py +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/.eslintrc +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/analysisSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/annotationSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/girderUISpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/huiSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/huiTest.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/itemSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/metadataPanelSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/metadataPlotSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/overviewPanelSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/panelLayoutSpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/pixelmapCategorySpec.js +0 -0
- {histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tox.ini +0 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
Slicer CLI Web Plugins
|
|
2
|
+
======================
|
|
3
|
+
|
|
4
|
+
HistomicsUI can run algorithms that are packaged in containers and conform to the Slicer CLI Execution model. Once installed, these are listed in the ``Analyses`` menu. In order to work with the HistomicsUI system, the containers must conform to some minimum standards.
|
|
5
|
+
|
|
6
|
+
The main standard is `Slicer Execution Schema <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/SlicerExecutionModel>`_, with additions documented in the `Girder slicer_cli_web <https://github.com/girder/slicer_cli_web?tab=readme-ov-file#docker-clis>`_ package and in the main `HistomicsUI <https://github.com/DigitalSlideArchive/HistomicsUI?tab=readme-ov-file#annotations-and-metadata-from-jobs>`_ package. Those references should be considered primary.
|
|
7
|
+
|
|
8
|
+
To install and use HistomicsUI, see the instructions at the `Digital Slide Archive <https://github.com/DigitalSlideArchive/digital_slide_archive/tree/master/devops/dsa#readme>`_.
|
|
9
|
+
|
|
10
|
+
Summary
|
|
11
|
+
-------
|
|
12
|
+
|
|
13
|
+
Slicer CLI Web Plugins are typically docker images that contain any number of algorithms, where each algorithm receives a set of inputs and produces some outputs. Algorithms can be self contained, or can interact with Girder or other external systems.
|
|
14
|
+
|
|
15
|
+
At a minimal, doing:
|
|
16
|
+
|
|
17
|
+
.. code-block:: bash
|
|
18
|
+
|
|
19
|
+
docker run {image/name} --list_cli
|
|
20
|
+
|
|
21
|
+
must produce a json dictionary where the keys are the names of the available algorithms and the values are additional information about how those algorithms needs to run. For example, ``docker run --rm dsarchive/histomicstk:latest --list_cli`` generates:
|
|
22
|
+
|
|
23
|
+
.. code-block:: json
|
|
24
|
+
|
|
25
|
+
{
|
|
26
|
+
"ColorDeconvolution": {
|
|
27
|
+
"type": "python"
|
|
28
|
+
},
|
|
29
|
+
"SeparateStainsXuSnmf": {
|
|
30
|
+
"type": "python"
|
|
31
|
+
},
|
|
32
|
+
"NucleiDetection": {
|
|
33
|
+
"type": "python"
|
|
34
|
+
},
|
|
35
|
+
"ComputeNucleiFeatures": {
|
|
36
|
+
"type": "python"
|
|
37
|
+
},
|
|
38
|
+
"NucleiClassification": {
|
|
39
|
+
"type": "python"
|
|
40
|
+
},
|
|
41
|
+
"BackgroundIntensity": {
|
|
42
|
+
"type": "python"
|
|
43
|
+
},
|
|
44
|
+
"SeparateStainsMacenkoPCA": {
|
|
45
|
+
"type": "python"
|
|
46
|
+
},
|
|
47
|
+
"PositivePixelCount": {
|
|
48
|
+
"type": "python"
|
|
49
|
+
},
|
|
50
|
+
"SuperpixelSegmentation": {
|
|
51
|
+
"type": "python"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
For each algorithm, doing:
|
|
57
|
+
|
|
58
|
+
.. code-block:: bash
|
|
59
|
+
|
|
60
|
+
docker run {image/name} {algorithm} --xml
|
|
61
|
+
|
|
62
|
+
returns xml that describes the algorithm and its command line interface. For example ``docker run --rm dsarchive/histomicstk:latest NucleiDetection --xml`` generates (truncated as an example):
|
|
63
|
+
|
|
64
|
+
.. code-block:: xml
|
|
65
|
+
|
|
66
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
67
|
+
<executable>
|
|
68
|
+
<title>Detects Nuclei</title>
|
|
69
|
+
<description>Detects nuclei in a whole-slide image</description>
|
|
70
|
+
<category>HistomicsTK</category>
|
|
71
|
+
<version>0.1.0</version>
|
|
72
|
+
<documentation-url>https://digitalslidearchive.github.io/HistomicsTK/</documentation-url>
|
|
73
|
+
<license>Apache 2.0</license>
|
|
74
|
+
<contributor>Deepak Roy Chittajallu (Kitware), Neal Siekierski (Kitware)</contributor>
|
|
75
|
+
<acknowledgements>This work is part of the HistomicsTK project.</acknowledgements>
|
|
76
|
+
<parameters>
|
|
77
|
+
<label>IO</label>
|
|
78
|
+
<description>Input/output parameters</description>
|
|
79
|
+
<image>
|
|
80
|
+
<name>inputImageFile</name>
|
|
81
|
+
<label>Input Image</label>
|
|
82
|
+
<description>Input image</description>
|
|
83
|
+
<channel>input</channel>
|
|
84
|
+
<index>0</index>
|
|
85
|
+
</image>
|
|
86
|
+
<region>
|
|
87
|
+
<name>analysis_roi</name>
|
|
88
|
+
<label>Analysis ROI</label>
|
|
89
|
+
<description>
|
|
90
|
+
Region of interest within which the analysis should be done. Must be a four element
|
|
91
|
+
vector in the format "left, top, width, height" in the space of the base layer. Default
|
|
92
|
+
value of "-1, -1, -1, -1" indicates that the whole image should be processed.
|
|
93
|
+
</description>
|
|
94
|
+
<longflag>analysis_roi</longflag>
|
|
95
|
+
<default>-1,-1,-1,-1</default>
|
|
96
|
+
</region>
|
|
97
|
+
<string-enumeration>
|
|
98
|
+
<name>nuclei_annotation_format</name>
|
|
99
|
+
<label>Nuclei annotation format</label>
|
|
100
|
+
<description>Format of the output nuclei annotations</description>
|
|
101
|
+
<longflag>nuclei_annotation_format</longflag>
|
|
102
|
+
<element>bbox</element>
|
|
103
|
+
<element>boundary</element>
|
|
104
|
+
<default>boundary</default>
|
|
105
|
+
</string-enumeration>
|
|
106
|
+
<file fileExtensions=".anot" reference="inputImageFile">
|
|
107
|
+
<name>outputNucleiAnnotationFile</name>
|
|
108
|
+
<label>Output Nuclei Annotation File</label>
|
|
109
|
+
<description>Output nuclei annotation file (*.anot)</description>
|
|
110
|
+
<channel>output</channel>
|
|
111
|
+
<index>1</index>
|
|
112
|
+
</file>
|
|
113
|
+
</parameters>
|
|
114
|
+
<parameters advanced="true">
|
|
115
|
+
...
|
|
116
|
+
</parameters>
|
|
117
|
+
</executable>
|
|
118
|
+
|
|
119
|
+
Requirements for the XML File
|
|
120
|
+
-----------------------------
|
|
121
|
+
|
|
122
|
+
For each algorithm, an xml file with the specification of the inputs and outputs of an algorithm is required, as detailed below.
|
|
123
|
+
|
|
124
|
+
Many python algorithms use the ``CLIArgumentParser`` class to facilitate parsing the command line. This can be imported via ``from ctk_cli import CLIArgumentParser``. There are some ``slicer_cli_web`` specific extensions to the format; to use those, do ``from slicer_cli_web import CLIArgumentParser`` instead. This has the virtue that the algorithm can parse the command line based on the xml. This might look like:
|
|
125
|
+
|
|
126
|
+
.. code-block:: python
|
|
127
|
+
|
|
128
|
+
from slicer_cli_web import CLIArgumentParse
|
|
129
|
+
|
|
130
|
+
if __name__ == '__main__':
|
|
131
|
+
|
|
132
|
+
args = CLIArgumentParser().parse_args()
|
|
133
|
+
# The parsed arguments can be accessed by the return value attributes
|
|
134
|
+
# value = args.parameter_name
|
|
135
|
+
|
|
136
|
+
Alternatively, an algorithm can parse the command line itself, using the xml purely to inform programs that run the algorithm what parameters are required or available.
|
|
137
|
+
|
|
138
|
+
Overall Section
|
|
139
|
+
+++++++++++++++
|
|
140
|
+
|
|
141
|
+
There are several requirements for the xml. At the minimum, it needs to contain a top level ``executable`` node containing a ``title`` and a ``description``. This top level node will also always contain one or more ``parameter`` nodes (see below)i. It can optionally contain ``license``, ``contributor``, ``acknowledgements`` (these three are used as part of the internal description), ``version``, (reported when ``--version`` is specified), ``category``, ``documentation-url``, ``index`` (these three are mostly ignored). These optional nodes are expected to contain text.
|
|
142
|
+
|
|
143
|
+
The minimal example is:
|
|
144
|
+
|
|
145
|
+
.. code-block:: xml
|
|
146
|
+
|
|
147
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
148
|
+
<executable>
|
|
149
|
+
<title>My Algorithm title</title>
|
|
150
|
+
<description>My algorithm description</description>
|
|
151
|
+
<parameters>
|
|
152
|
+
...
|
|
153
|
+
</parameters>
|
|
154
|
+
</executable>
|
|
155
|
+
|
|
156
|
+
Parameter Sections
|
|
157
|
+
++++++++++++++++++
|
|
158
|
+
|
|
159
|
+
Parameters consist of all of the inputs and outputs for the algorithm. A parameter node must have ``label`` and ``description`` nodes. It may contain an ``advanced`` attribute that is a binary value of ``true`` or ``false``. User interfaces use this to determine whether the parameters should be exposed by default. The parameter block contains any number of ``value`` nodes.
|
|
160
|
+
|
|
161
|
+
The minimal example is:
|
|
162
|
+
|
|
163
|
+
.. code-block:: xml
|
|
164
|
+
|
|
165
|
+
<parameters advanced="false">
|
|
166
|
+
<label>A block of parameters</label>
|
|
167
|
+
<description>A description of why these parameters are grouped together</description>
|
|
168
|
+
...
|
|
169
|
+
</parameters>
|
|
170
|
+
|
|
171
|
+
Value Nodes
|
|
172
|
+
+++++++++++
|
|
173
|
+
|
|
174
|
+
There are many different value types that can be specified. This is one of the places where the xml description is richer than the expression that is possible in a simple posix-style command description. Available value types are ``boolean``, ``integer``, ``float``, ``double``, ``string``, ``integer-vector``, ``float-vector``, ``double-vector``, ``string-vector``, ``integer-enumeration``, ``float-enumeration``, ``double-enumeration``, ``string-enumeration``, ``region``, ``directory``, ``file``, ``image``, ``item`` (added by slicer_cli_web), ``point``, ``pointfile``, ``transform``, ``table``, ``measurement``, ``geometry`` (these last six are not supported by slicer_cli_web).
|
|
175
|
+
|
|
176
|
+
Each value node must contain ``name``, ``description``, and ``label``. ``name`` is the attribute name once the value is parsed. ``label`` is the short title displayed to a user. ``description`` clarifies the intent of the value.
|
|
177
|
+
|
|
178
|
+
Value Elements
|
|
179
|
+
~~~~~~~~~~~~~~
|
|
180
|
+
|
|
181
|
+
Additional elements are used to add parameters to the value. These are:
|
|
182
|
+
|
|
183
|
+
* ``channel``: this is either ``input`` or ``output``. Any value other than ``output`` or unspecified is the same as ``input``. The ``directory``, ``file``, ``image``, or ``item`` expect a path as their command line values. For inputs this is expected to exist. For outputs this will be created or written to as appropriate. For all other value types, if output is specified, the parsed parameter will have a ``returnParameterFile`` attribute that will have a path where these values can be written.
|
|
184
|
+
|
|
185
|
+
* ``index``: as with most command line tools, some arguments can be positional and some can be optionally specified by flags. Positional arguments have an ``index``, and should unique have a 0-based integer. That is, no two values should use the same index and there should be no gaps in index values. Values that have a specified ``index`` are *required*.
|
|
186
|
+
|
|
187
|
+
* ``longflag``: if ``index`` is **not** specified, at least one of ``longflag`` and ``flag`` must be specified. This is the long form of the name of command line property. For instance, if ``longflag`` is ``<longflag>format</longflag>``, then the command line will take a ``--format=...`` parameter. A leading ``--`` is optional as part of the longflag text. Values specified with a ``longflag`` or ``flag`` are *optional*.
|
|
188
|
+
|
|
189
|
+
* ``flag``: this is the short form of the name of a command line property. A leading ``-`` is optional. For instance, if ``flag`` is ``<flag>ft</flag>``, then the command line will take a ``-f ...`` parameter.
|
|
190
|
+
|
|
191
|
+
* ``default``: a default value for an optional parameter. The slicer_cli_web module expects default values for vectors and enumerations.
|
|
192
|
+
|
|
193
|
+
* ``element``: enumeration values have one or more ``element`` elements that list the allowed values. The ``default`` should be one of these.
|
|
194
|
+
|
|
195
|
+
* ``constraints``: constraints can be specified for any scalar value or scale vector values (i.e., for ``integer``, ``float``, ``double``). A constraints node contains a ``step`` element and optionally ``minimum`` and/or ``maximum`` elements.
|
|
196
|
+
|
|
197
|
+
Value Attributes
|
|
198
|
+
~~~~~~~~~~~~~~~~
|
|
199
|
+
|
|
200
|
+
Some value nodes can have additional attributes. These are:
|
|
201
|
+
|
|
202
|
+
* ``multiple``: is a binary value of ``true`` or ``false``. A value where multiple is true can be specified multiple times.
|
|
203
|
+
|
|
204
|
+
* ``coordinateSystem``: this is used for ``point`` and ``pointfile`` values and is ignored by slicer_cl_web.
|
|
205
|
+
|
|
206
|
+
* ``fileExtensions``: a comma-separated list of expected file extensions for any of the ``file``, ``image``, or ``item`` values.
|
|
207
|
+
|
|
208
|
+
* ``reference``: this is mostly a slicer_cli_web extension. For value types of ``directory``, ``file``, ``image``, or ``item``, if this is ``_girder_id_``, then value will be passed as a Girder ID string rather than converted to a Girder resource. Otherwise, if this is the ``name`` of another value, the current parameter value will reference the other value. This can be used, for instance, to associate annotations with parent images.
|
|
209
|
+
|
|
210
|
+
* ``subtype``: used by ``image`` and ``geometry`` values. slicer_cli_web ignores this value.
|
|
211
|
+
|
|
212
|
+
* ``shapes``: used by ``region`` values; a slicer_cli_web extension. A comma-separated list of values that can include ``default``, ``rectangle``, ``polygon``, ``line``, ``polyline``, and ``point``, plus ``multi`` and one of ``submit`` (or ``submitoff``), ``submiton``, or ``autosubmit``.
|
|
213
|
+
|
|
214
|
+
In the official schema, region is a vector of six values of the form x,y,z,rx,ry,rz, defining a rectangle based on its center and radius in each of three dimensions. This is the ``default`` shape.
|
|
215
|
+
|
|
216
|
+
The ``rectangle`` shape allows a vector of four values defining a rectangle of the form x,y,width,height, where x,y is the left and top of the rectangle in pixel coordinates. Many algorithms that accept this value accept -1,-1,-1,-1 as a default to specify the whole conceptual space.
|
|
217
|
+
|
|
218
|
+
The ``polygon`` shape allows for a list of x,y values. Polygons must always have at least four points so that the vector of values cannot be confused with the default; repeat the first vertex at the end to specify a triangle.
|
|
219
|
+
|
|
220
|
+
The ``line`` shape allows a two-vertex line. To disambiguate this from a rectangle, the values -2,-2 are added after the line.
|
|
221
|
+
|
|
222
|
+
The ``polyline`` shape allows a multi vertex line, indicated again by a -2,-2 value after the line.
|
|
223
|
+
|
|
224
|
+
A ``point`` is a single vertex.
|
|
225
|
+
|
|
226
|
+
``multi`` allow multiple shapes, indicated by separating coordinates of each shape by -1,-1. Note that neither -1,-1 nor -2,-2 are allowed as coordinates within a shape -- to use those, specify them with decimals (e.g., -1.0,-1.0).
|
|
227
|
+
|
|
228
|
+
The submit options will add suggestions on how the UI should handle changes. If present, the option to auto-run a job as soon as a valid shape is set should be present. ``autosubmit`` means this should always happen. ``submit`` or ``submitoff`` offers this as a setting but is default to not submit the job. ``submiton`` offers this as a setting and defaults to submitting the job.
|
|
229
|
+
|
|
230
|
+
* ``defaultNameMatch``, ``defaultPathMatch``, ``defaultRelativePath``: used by ``image``, ``file``, ``item``, and ``directory`` values. ``defaultNameMatch`` and ``defaultPathMatch`` are regular expressions designed to give a UI a value to match to prepopulate default values from files or paths that match the regex. ``defaultNameMatch`` is intended to match the final path element, whereas ``defaultPathMatch`` is used on the entire path as a combined string. ``defaultRelativePath`` is used to find a value that has a path relative to some base. In the Girder UI, this might be from an item.
|
|
231
|
+
|
|
232
|
+
* ``datalist``: this applies to ``string`` values and is a slicer_cli_web extension.
|
|
233
|
+
|
|
234
|
+
If this is present, when the CLI is first loaded or, possibly periodically after parameters have been changed, the CLI may be called with optional parameters. The CLI is expected to return a new-line separated list of values that can be used as recommended inputs. As an example, a ``string`` input might have a ``datalist`` of ``{"enumerate-options": "true"}``; the cli would be called with the existing parameters PLUS the extra parameter specified by datalist. If the result is sensible, the input control would expose this list to the user. The datalist property is a json-encoded dictionary that overrides other parameters. This should override parameters that aren't needed to be resolved to produce the datalist (e.g., input and output files) as that will speed up the call. The CLI should respond to the modified call with a response that contains multiple ``<element>some text</element>`` values that will be the suggested data for the control.
|
|
235
|
+
|
|
236
|
+
A Note About Booleans
|
|
237
|
+
~~~~~~~~~~~~~~~~~~~~~
|
|
238
|
+
|
|
239
|
+
Booleans specify a true or false value after the flag or long flag. The Slicer Execution Schema states that booleans should be false by default and the presence of the flag should make them true. The ``ctk_cli`` specifies that they take a single ``true`` or ``false`` parameter. This doesn't change the xml; it changes what is passed to the CLI. Instead of passing ``--longflag`` to set the flag to true, ``--longflag true`` must be passed. Since slicer_cli_web inherits from ``ctk_cli``, that convention is expected.
|
|
240
|
+
|
|
241
|
+
Special Value Names
|
|
242
|
+
~~~~~~~~~~~~~~~~~~~
|
|
243
|
+
|
|
244
|
+
The ``name`` element of a value node can have a special name to gain additional functionality.
|
|
245
|
+
|
|
246
|
+
* ``girderApiUrl`` and ``girderToken``: as a slicer_cli_web extension, if these values are not specified or blank, they are populated with the appropriate url and token so that a running job could use girder_client to communicate with Girder.
|
|
247
|
+
|
|
248
|
+
* Ending in ``ItemMetadata``: as a HistomicsUI extension, if the value has a ``reference`` to an ``image`` input, the output file is ingested as a large_image annotation on the input image. If the annotation file contains any annotations with elements that contain ``girderId`` values, the ``girderId`` values can be identifier values from files that were uploaded with a reference record that contains a matching ``uuid`` field. The ``uuid`` field is required for this, but is treated as an arbitrary string
|
|
249
|
+
|
|
250
|
+
* Ending in ``AnnotationFile``: as a HistomicsUI extension, if the value has a ``reference`` to an ``item`` or ``image`` input, the output file is ingested as metadata on the input item or image.
|
|
251
|
+
|
|
252
|
+
Templated Inputs
|
|
253
|
+
~~~~~~~~~~~~~~~~
|
|
254
|
+
|
|
255
|
+
Most value parameter that takes a value can be specified with a Jinja2-style template string. This is documented in the slicer_cli_web repository.
|
|
256
|
+
|
|
257
|
+
XML Validation
|
|
258
|
+
++++++++++++++
|
|
259
|
+
|
|
260
|
+
From python, you can validate one of the slicer_cli_web xml files by doing:
|
|
261
|
+
|
|
262
|
+
.. code-block:: python
|
|
263
|
+
|
|
264
|
+
from slicer_cli_web import CLIArgumentParser
|
|
265
|
+
|
|
266
|
+
CLIArgumentParser(<path to xml>)
|
|
267
|
+
|
|
268
|
+
Any warnings should be corrected.
|
|
269
|
+
|
|
270
|
+
Examples
|
|
271
|
+
--------
|
|
272
|
+
|
|
273
|
+
See the CLIs in `HistomicsTK <https://github.com/DigitalSlideArchive/HistomicsTK/tree/master/histomicstk/cli>`_ as some examples.
|
|
274
|
+
|
|
275
|
+
Common Issues
|
|
276
|
+
-------------
|
|
277
|
+
|
|
278
|
+
``docker run {image/name} --list_cli`` or ``docker run {image/name} {algorithm} --xml`` returns data besides the expected json or xml. For instance, printing debug values during this process will prevent using the docker image.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/rest/image_browse_resource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/collections/index.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/confirmDialog.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/editElement.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/metadataPlot.js
RENAMED
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/openImage.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/dialogs/saveAnnotation.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/models/StyleModel.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/DrawWidget.js
RENAMED
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/MetadataPlot.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/MetadataWidget.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/OverviewWidget.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/RegionSelector.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/panels/ZoomWidget.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/static/favicon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/templates/body/image.pug
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/HierarchyWidget.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/JobDetailsWidget.js
RENAMED
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/ConfigView.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/ImageView.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/body/index.js
RENAMED
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/itemList.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/itemPage.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/LoginView.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/layout/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/views/popover/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui/web_client/webpack.helper.js
RENAMED
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/histomicsui.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/.histomicsui_config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/test_analysis_detection.xml
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/test_files/test_analysis_features.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/annotationSpec.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/metadataPanelSpec.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/metadataPlotSpec.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/overviewPanelSpec.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/panelLayoutSpec.js
RENAMED
|
File without changes
|
{histomicsui-1.6.1.dev46 → histomicsui-1.6.1.dev50}/tests/web_client_specs/pixelmapCategorySpec.js
RENAMED
|
File without changes
|
|
File without changes
|