spacr 0.1.61__tar.gz → 0.1.62__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 (61) hide show
  1. {spacr-0.1.61/spacr.egg-info → spacr-0.1.62}/PKG-INFO +1 -1
  2. {spacr-0.1.61 → spacr-0.1.62}/setup.py +1 -1
  3. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui_elements.py +5 -3
  4. {spacr-0.1.61 → spacr-0.1.62/spacr.egg-info}/PKG-INFO +1 -1
  5. {spacr-0.1.61 → spacr-0.1.62}/LICENSE +0 -0
  6. {spacr-0.1.61 → spacr-0.1.62}/MANIFEST.in +0 -0
  7. {spacr-0.1.61 → spacr-0.1.62}/README.rst +0 -0
  8. {spacr-0.1.61 → spacr-0.1.62}/setup.cfg +0 -0
  9. {spacr-0.1.61 → spacr-0.1.62}/spacr/__init__.py +0 -0
  10. {spacr-0.1.61 → spacr-0.1.62}/spacr/__main__.py +0 -0
  11. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_annotate.py +0 -0
  12. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_classify.py +0 -0
  13. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_make_masks.py +0 -0
  14. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_mask.py +0 -0
  15. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_measure.py +0 -0
  16. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_sequencing.py +0 -0
  17. {spacr-0.1.61 → spacr-0.1.62}/spacr/app_umap.py +0 -0
  18. {spacr-0.1.61 → spacr-0.1.62}/spacr/chris.py +0 -0
  19. {spacr-0.1.61 → spacr-0.1.62}/spacr/core.py +0 -0
  20. {spacr-0.1.61 → spacr-0.1.62}/spacr/deep_spacr.py +0 -0
  21. {spacr-0.1.61 → spacr-0.1.62}/spacr/graph_learning.py +0 -0
  22. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui.py +0 -0
  23. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui_core.py +0 -0
  24. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui_run.py +0 -0
  25. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui_utils.py +0 -0
  26. {spacr-0.1.61 → spacr-0.1.62}/spacr/gui_wrappers.py +0 -0
  27. {spacr-0.1.61 → spacr-0.1.62}/spacr/io.py +0 -0
  28. {spacr-0.1.61 → spacr-0.1.62}/spacr/logger.py +0 -0
  29. {spacr-0.1.61 → spacr-0.1.62}/spacr/measure.py +0 -0
  30. {spacr-0.1.61 → spacr-0.1.62}/spacr/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model +0 -0
  31. {spacr-0.1.61 → spacr-0.1.62}/spacr/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model_settings.csv +0 -0
  32. {spacr-0.1.61 → spacr-0.1.62}/spacr/models/cp/toxo_pv_lumen.CP_model +0 -0
  33. {spacr-0.1.61 → spacr-0.1.62}/spacr/plot.py +0 -0
  34. {spacr-0.1.61 → spacr-0.1.62}/spacr/sequencing.py +0 -0
  35. {spacr-0.1.61 → spacr-0.1.62}/spacr/settings.py +0 -0
  36. {spacr-0.1.61 → spacr-0.1.62}/spacr/sim.py +0 -0
  37. {spacr-0.1.61 → spacr-0.1.62}/spacr/sim_app.py +0 -0
  38. {spacr-0.1.61 → spacr-0.1.62}/spacr/timelapse.py +0 -0
  39. {spacr-0.1.61 → spacr-0.1.62}/spacr/utils.py +0 -0
  40. {spacr-0.1.61 → spacr-0.1.62}/spacr/version.py +0 -0
  41. {spacr-0.1.61 → spacr-0.1.62}/spacr.egg-info/SOURCES.txt +0 -0
  42. {spacr-0.1.61 → spacr-0.1.62}/spacr.egg-info/dependency_links.txt +0 -0
  43. {spacr-0.1.61 → spacr-0.1.62}/spacr.egg-info/entry_points.txt +0 -0
  44. {spacr-0.1.61 → spacr-0.1.62}/spacr.egg-info/requires.txt +0 -0
  45. {spacr-0.1.61 → spacr-0.1.62}/spacr.egg-info/top_level.txt +0 -0
  46. {spacr-0.1.61 → spacr-0.1.62}/tests/test_annotate_app.py +0 -0
  47. {spacr-0.1.61 → spacr-0.1.62}/tests/test_core.py +0 -0
  48. {spacr-0.1.61 → spacr-0.1.62}/tests/test_gui_classify_app.py +0 -0
  49. {spacr-0.1.61 → spacr-0.1.62}/tests/test_gui_mask_app.py +0 -0
  50. {spacr-0.1.61 → spacr-0.1.62}/tests/test_gui_measure_app.py +0 -0
  51. {spacr-0.1.61 → spacr-0.1.62}/tests/test_gui_sim_app.py +0 -0
  52. {spacr-0.1.61 → spacr-0.1.62}/tests/test_gui_utils.py +0 -0
  53. {spacr-0.1.61 → spacr-0.1.62}/tests/test_io.py +0 -0
  54. {spacr-0.1.61 → spacr-0.1.62}/tests/test_mask_app.py +0 -0
  55. {spacr-0.1.61 → spacr-0.1.62}/tests/test_measure.py +0 -0
  56. {spacr-0.1.61 → spacr-0.1.62}/tests/test_plot.py +0 -0
  57. {spacr-0.1.61 → spacr-0.1.62}/tests/test_sim.py +0 -0
  58. {spacr-0.1.61 → spacr-0.1.62}/tests/test_timelapse.py +0 -0
  59. {spacr-0.1.61 → spacr-0.1.62}/tests/test_train.py +0 -0
  60. {spacr-0.1.61 → spacr-0.1.62}/tests/test_umap.py +0 -0
  61. {spacr-0.1.61 → spacr-0.1.62}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spacr
3
- Version: 0.1.61
3
+ Version: 0.1.62
4
4
  Summary: Spatial phenotype analysis of crisp screens (SpaCr)
5
5
  Home-page: https://github.com/EinarOlafsson/spacr
6
6
  Author: Einar Birnir Olafsson
@@ -50,7 +50,7 @@ dependencies = [
50
50
 
51
51
  setup(
52
52
  name="spacr",
53
- version="0.1.61",
53
+ version="0.1.62",
54
54
  author="Einar Birnir Olafsson",
55
55
  author_email="olafsson@med.umich.com",
56
56
  description="Spatial phenotype analysis of crisp screens (SpaCr)",
@@ -101,9 +101,11 @@ class spacrButton(tk.Frame):
101
101
  super().__init__(parent, *args, **kwargs)
102
102
  self.text = text
103
103
  self.command = command
104
- screen_height = self.winfo_screenheight()
105
- button_height = screen_height // 50
106
- button_width = button_height * 3
104
+ #screen_height = self.winfo_screenheight()
105
+ button_height = 50 #screen_height // 50
106
+ button_width = 140 #button_height * 3
107
+
108
+ #print(button_height, button_width)
107
109
 
108
110
  # Increase the canvas size to accommodate the button and the rim
109
111
  self.canvas = tk.Canvas(self, width=button_width + 4, height=button_height + 4, highlightthickness=0, bg="black")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spacr
3
- Version: 0.1.61
3
+ Version: 0.1.62
4
4
  Summary: Spatial phenotype analysis of crisp screens (SpaCr)
5
5
  Home-page: https://github.com/EinarOlafsson/spacr
6
6
  Author: Einar Birnir Olafsson
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
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