small-fish-gui 1.9.0__tar.gz → 1.9.1__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.
Files changed (52) hide show
  1. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/PKG-INFO +1 -1
  2. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/pyproject.toml +1 -1
  3. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/__init__.py +1 -1
  4. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/pipeline.py +4 -2
  5. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/LICENSE +0 -0
  6. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/README.md +0 -0
  7. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/.github/workflows/python-publish.yml +0 -0
  8. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/.readthedocs.yaml +0 -0
  9. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/LICENSE +0 -0
  10. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/README.md +0 -0
  11. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/Segmentation example.jpg +0 -0
  12. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/__main__.py +0 -0
  13. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/__init__.py +0 -0
  14. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/input.py +0 -0
  15. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/integrity.py +0 -0
  16. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/prompt.py +0 -0
  17. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/test.py +0 -0
  18. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/update.py +0 -0
  19. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/utils.py +0 -0
  20. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/batch/values.txt +0 -0
  21. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/__init__.py +0 -0
  22. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/_napari_widgets.py +0 -0
  23. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/animation.py +0 -0
  24. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/help_module.py +0 -0
  25. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/layout.py +0 -0
  26. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/napari_visualiser.py +0 -0
  27. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/prompts.py +0 -0
  28. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/screenshot/general_help_screenshot.png +0 -0
  29. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/screenshot/mapping_help_screenshot.png +0 -0
  30. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/screenshot/segmentation_help_screenshot.png +0 -0
  31. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/gui/testing.ipynb +0 -0
  32. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/hints.py +0 -0
  33. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/interface/__init__.py +0 -0
  34. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/interface/image.py +0 -0
  35. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/interface/inoutput.py +0 -0
  36. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/interface/testing.py +0 -0
  37. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/napari_detection_example.png +0 -0
  38. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/__init__.py +0 -0
  39. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/_colocalisation.py +0 -0
  40. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/_custom_errors.py +0 -0
  41. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/_preprocess.py +0 -0
  42. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/_signaltonoise.py +0 -0
  43. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/actions.py +0 -0
  44. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/detection.py +0 -0
  45. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/main.py +0 -0
  46. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/segmentation.py +0 -0
  47. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/spots.py +0 -0
  48. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/test.py +0 -0
  49. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/testing.ipynb +0 -0
  50. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/pipeline/utils.py +0 -0
  51. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/src/small_fish_gui/requirements.txt +0 -0
  52. {small_fish_gui-1.9.0 → small_fish_gui-1.9.1}/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: 1.9.0
3
+ Version: 1.9.1
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/2Echoes/small_fish
6
6
  Project-URL: Issues, https://github.com/2Echoes/small_fish/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "small_fish_gui"
7
- version = "1.9.0"
7
+ version = "1.9.1"
8
8
  authors = [
9
9
  { name="Slimani Floric", email="floric.slimani@live.com" },
10
10
  ]
@@ -38,4 +38,4 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38
38
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
 
40
40
  """
41
- __version__ = "1.9.0"
41
+ __version__ = "1.9.1"
@@ -120,7 +120,7 @@ def batch_pipeline(
120
120
  image, other_image = prepare_image_detection(map_, parameters)
121
121
  nucleus_signal = get_nucleus_signal(image, other_image, parameters)
122
122
  try : # Catch error raised if user enter a spot size too small compare to voxel size
123
- parameters, frame_result, spots, clusters = launch_detection(
123
+ parameters, frame_result, spots, clusters, spot_cluster_id = launch_detection(
124
124
  image,
125
125
  other_image,
126
126
  parameters,
@@ -139,7 +139,7 @@ def batch_pipeline(
139
139
  if parameters['save detection'] :
140
140
  if parameters['do_cluster_computation'] :
141
141
  if len(clusters) > 0 :
142
- spots_list = [spots, clusters[:,:parameters['dim']]]
142
+ spots_list = [spots, clusters[:,:-2]]
143
143
  else : spots_list = [spots]
144
144
  else : spots_list = [spots]
145
145
  output_spot_tiffvisual(
@@ -166,6 +166,7 @@ def batch_pipeline(
166
166
  user_parameters=parameters,
167
167
  image=image,
168
168
  spots=spots,
169
+ cluster_id=spot_cluster_id,
169
170
  nucleus_label= nucleus_label,
170
171
  cell_label= cytoplasm_label,
171
172
  )
@@ -178,6 +179,7 @@ def batch_pipeline(
178
179
  nucleus_signal = nucleus_signal,
179
180
  spots=spots,
180
181
  clusters=clusters,
182
+ spots_cluster_id=spot_cluster_id,
181
183
  nucleus_label = nucleus_label,
182
184
  cell_label= cytoplasm_label,
183
185
  user_parameters=parameters,
File without changes
File without changes