small-fish-gui 2.1.1__tar.gz → 2.1.3__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.
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/PKG-INFO +6 -2
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/README.md +5 -1
- small_fish_gui-2.1.3/error_log.txt +931 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/pyproject.toml +1 -1
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/__init__.py +1 -1
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/layout.py +3 -1
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/napari_visualiser.py +6 -3
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/settings.json +3 -3
- small_fish_gui-2.1.3/src/small_fish_gui/interface/testing.ipynb +4354 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/_colocalisation.py +13 -3
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/actions.py +54 -40
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/spots.py +17 -19
- small_fish_gui-2.1.1/error_log.txt +0 -374
- small_fish_gui-2.1.1/small_fish_gui.code-workspace +0 -7
- small_fish_gui-2.1.1/src/small_fish_gui/batch/values.txt +0 -65
- small_fish_gui-2.1.1/src/small_fish_gui/pipeline/testing.ipynb +0 -3636
- small_fish_gui-2.1.1/src/small_fish_gui/small_fish_gui.code-workspace +0 -7
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/LICENSE +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/DetectionVitrine_filtre.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/DetectionVitrine_signal.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/FocciVitrine.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/FocciVitrine_no_spots.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/Segmentation2D.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/illustrations/Segmentation2D_with_labels.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/logo.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/requirements.txt +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/screenshot/general_help_screenshot.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/screenshot/mapping_help_screenshot.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/screenshot/segmentation_help_screenshot.png +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/__main__.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/__init__.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/input.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/integrity.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/output.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/pipeline.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/prompt.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/test.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/update.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/batch/utils.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/__init__.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/_napari_widgets.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/animation.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/prompts.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/testing.ipynb +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/theme.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/gui/tooltips.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/hints.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/__init__.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/default_settings.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/image.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/inoutput.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/testing.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/interface/user_settings.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/main_menu.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/__init__.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/_bigfish_wrapers.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/_custom_errors.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/_preprocess.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/detection.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/segmentation.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/test.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/pipeline/utils.py +0 -0
- {small_fish_gui-2.1.1 → small_fish_gui-2.1.3}/src/small_fish_gui/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: small_fish_gui
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.3
|
|
4
4
|
Summary: Small Fish is a python application for the analysis of smFish images. It provides a ready to use graphical interface to combine famous python packages for cell analysis without any need for coding.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SmallFishGUI/small_fish_gui
|
|
6
6
|
Project-URL: Wiki, https://github.com/SmallFishGUI/small_fish_gui/wiki
|
|
@@ -131,4 +131,8 @@ You are all set! Try it yourself or check the [get started](https://github.com/2
|
|
|
131
131
|
|
|
132
132
|
## Developement
|
|
133
133
|
Bugs to fix :
|
|
134
|
-
* Use of load button during co-localization quantification yields
|
|
134
|
+
* Use of load button during co-localization quantification yields diffrent results than when testing from memory :
|
|
135
|
+
--> Shown results are correct and consistent with results from memory
|
|
136
|
+
--> But background (i.e cell_id = 0) is treated as a cell instead of being filtered
|
|
137
|
+
--> But cells on edges are NOT removed from quantification (they are if test is performed from memory)
|
|
138
|
+
--> But Cluster related metrics are not computed when test is performed from save
|
|
@@ -96,4 +96,8 @@ You are all set! Try it yourself or check the [get started](https://github.com/2
|
|
|
96
96
|
|
|
97
97
|
## Developement
|
|
98
98
|
Bugs to fix :
|
|
99
|
-
* Use of load button during co-localization quantification yields
|
|
99
|
+
* Use of load button during co-localization quantification yields diffrent results than when testing from memory :
|
|
100
|
+
--> Shown results are correct and consistent with results from memory
|
|
101
|
+
--> But background (i.e cell_id = 0) is treated as a cell instead of being filtered
|
|
102
|
+
--> But cells on edges are NOT removed from quantification (they are if test is performed from memory)
|
|
103
|
+
--> But Cluster related metrics are not computed when test is performed from save
|