small-fish-gui 2.0.2__py3-none-any.whl → 2.1.0__py3-none-any.whl
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/__init__.py +2 -2
- small_fish_gui/batch/integrity.py +2 -2
- small_fish_gui/batch/pipeline.py +46 -11
- small_fish_gui/batch/prompt.py +102 -41
- small_fish_gui/batch/update.py +26 -13
- small_fish_gui/batch/utils.py +1 -1
- small_fish_gui/gui/__init__.py +1 -0
- small_fish_gui/gui/_napari_widgets.py +418 -6
- small_fish_gui/gui/layout.py +332 -112
- small_fish_gui/gui/napari_visualiser.py +107 -22
- small_fish_gui/gui/prompts.py +161 -48
- small_fish_gui/gui/testing.ipynb +231 -24
- small_fish_gui/gui/tooltips.py +7 -1
- small_fish_gui/hints.py +23 -7
- small_fish_gui/interface/__init__.py +7 -1
- small_fish_gui/interface/default_settings.py +118 -0
- small_fish_gui/interface/image.py +43 -11
- small_fish_gui/interface/settings.json +50 -0
- small_fish_gui/interface/testing.ipynb +4354 -0
- small_fish_gui/interface/user_settings.py +96 -0
- small_fish_gui/main_menu.py +13 -1
- small_fish_gui/pipeline/{_signaltonoise.py → _bigfish_wrapers.py} +59 -7
- small_fish_gui/pipeline/_colocalisation.py +23 -24
- small_fish_gui/pipeline/_preprocess.py +46 -32
- small_fish_gui/pipeline/actions.py +48 -5
- small_fish_gui/pipeline/detection.py +71 -141
- small_fish_gui/pipeline/segmentation.py +360 -268
- small_fish_gui/pipeline/spots.py +3 -3
- small_fish_gui/pipeline/utils.py +5 -1
- small_fish_gui/README.md → small_fish_gui-2.1.0.dist-info/METADATA +48 -8
- small_fish_gui-2.1.0.dist-info/RECORD +46 -0
- {small_fish_gui-2.0.2.dist-info → small_fish_gui-2.1.0.dist-info}/WHEEL +1 -1
- small_fish_gui/.github/workflows/python-publish.yml +0 -39
- small_fish_gui/LICENSE +0 -24
- small_fish_gui/batch/values.txt +0 -65
- small_fish_gui/default_values.py +0 -51
- small_fish_gui/gui/screenshot/general_help_screenshot.png +0 -0
- small_fish_gui/gui/screenshot/mapping_help_screenshot.png +0 -0
- small_fish_gui/gui/screenshot/segmentation_help_screenshot.png +0 -0
- small_fish_gui/illustrations/DetectionVitrine_filtre.png +0 -0
- small_fish_gui/illustrations/DetectionVitrine_signal.png +0 -0
- small_fish_gui/illustrations/FocciVitrine.png +0 -0
- small_fish_gui/illustrations/FocciVitrine_no_spots.png +0 -0
- small_fish_gui/illustrations/Segmentation2D.png +0 -0
- small_fish_gui/illustrations/Segmentation2D_with_labels.png +0 -0
- small_fish_gui/logo.png +0 -0
- small_fish_gui/pipeline/testing.ipynb +0 -3636
- small_fish_gui/requirements.txt +0 -19
- small_fish_gui-2.0.2.dist-info/METADATA +0 -75
- small_fish_gui-2.0.2.dist-info/RECORD +0 -59
- {small_fish_gui-2.0.2.dist-info → small_fish_gui-2.1.0.dist-info}/licenses/LICENSE +0 -0
small_fish_gui/requirements.txt
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
big-fish==0.6.2
|
|
2
|
-
cellpose>=4.0.6
|
|
3
|
-
czifile>=2019.7.2
|
|
4
|
-
imageio>=2.34.0
|
|
5
|
-
napari>=0.4.19.post1
|
|
6
|
-
napari-console>=0.0.9
|
|
7
|
-
napari-plugin-engine>=0.2.0
|
|
8
|
-
napari-plugin-manager>=0.1.0a2
|
|
9
|
-
napari-svg>=0.1.10
|
|
10
|
-
numpy>=1.24.4
|
|
11
|
-
pandas>=1.5.3
|
|
12
|
-
FreeSimpleGUI>=5.1.1
|
|
13
|
-
scipy>=1.9.1
|
|
14
|
-
scikit-image==0.19.1
|
|
15
|
-
scikit-learn==1.3.2
|
|
16
|
-
openpyxl>=3.1.2
|
|
17
|
-
pyarrow>=11.0.0
|
|
18
|
-
aicsimageio>=aicsimageio==4.14.0
|
|
19
|
-
aicspylibczi>=3.3.1
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: small_fish_gui
|
|
3
|
-
Version: 2.0.2
|
|
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
|
-
Project-URL: Homepage, https://github.com/SmallFishGUI/small_fish_gui
|
|
6
|
-
Project-URL: Wiki, https://github.com/SmallFishGUI/small_fish_gui/wiki
|
|
7
|
-
Project-URL: Issues, https://github.com/SmallFishGUI/small_fish_gui/issues
|
|
8
|
-
Author-email: Slimani Floric <floric.slimani@live.com>
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
|
-
Classifier: Operating System :: OS Independent
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Requires-Python: >=3.9
|
|
14
|
-
Requires-Dist: aicsimageio>=4.14.0
|
|
15
|
-
Requires-Dist: aicspylibczi>=3.3.1
|
|
16
|
-
Requires-Dist: big-fish==0.6.2
|
|
17
|
-
Requires-Dist: cellpose>=4.0.6
|
|
18
|
-
Requires-Dist: czifile>=2019.7.2
|
|
19
|
-
Requires-Dist: freesimplegui>=5.1.1
|
|
20
|
-
Requires-Dist: imageio>=2.34.0
|
|
21
|
-
Requires-Dist: napari-console>=0.0.9
|
|
22
|
-
Requires-Dist: napari-plugin-engine>=0.2.0
|
|
23
|
-
Requires-Dist: napari-plugin-manager>=0.1.0a2
|
|
24
|
-
Requires-Dist: napari-svg>=0.1.10
|
|
25
|
-
Requires-Dist: napari>=0.4.19.post1
|
|
26
|
-
Requires-Dist: numpy>=1.24.4
|
|
27
|
-
Requires-Dist: openpyxl>=3.1.2
|
|
28
|
-
Requires-Dist: pandas>=1.5.3
|
|
29
|
-
Requires-Dist: pyarrow>=11.0.0
|
|
30
|
-
Requires-Dist: scikit-image>=0.19.1
|
|
31
|
-
Requires-Dist: scikit-learn>=1.3.2
|
|
32
|
-
Requires-Dist: scipy==1.9.1
|
|
33
|
-
Description-Content-Type: text/markdown
|
|
34
|
-
|
|
35
|
-
# Small Fish
|
|
36
|
-
**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.
|
|
37
|
-
|
|
38
|
-
Cell segmentation is peformed using *cellpose* (published work) : https://github.com/MouseLand/cellpose
|
|
39
|
-
|
|
40
|
-
Spot detection is performed via *big-fish* (published work) : https://github.com/fish-quant/big-fish
|
|
41
|
-
|
|
42
|
-
Time stacks are not supported.
|
|
43
|
-
|
|
44
|
-
## Installation
|
|
45
|
-
|
|
46
|
-
It is higly recommanded to create a specific [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) or [virtual](https://docs.python.org/3.6/library/venv.html) environnement to install small fish.
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
conda create -n small_fish python=3.8
|
|
50
|
-
activate small_fish
|
|
51
|
-
```
|
|
52
|
-
Then download the small_fish package :
|
|
53
|
-
```bash
|
|
54
|
-
pip install small_fish
|
|
55
|
-
```
|
|
56
|
-
<b> (Recommended) </b> Results visualisation is achieved through *Napari* which you can install with :
|
|
57
|
-
|
|
58
|
-
```bash
|
|
59
|
-
pip install napari[all]
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## Run Small fish
|
|
63
|
-
|
|
64
|
-
First activate your python environnement :
|
|
65
|
-
```bash
|
|
66
|
-
activate small_fish
|
|
67
|
-
```
|
|
68
|
-
Then launch Small fish :
|
|
69
|
-
```bash
|
|
70
|
-
python -m small_fish
|
|
71
|
-
```
|
|
72
|
-
## Developpement
|
|
73
|
-
|
|
74
|
-
Optional features to include in future versions :
|
|
75
|
-
- time stack (which would include cell tracking)
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
small_fish_gui/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
|
|
2
|
-
small_fish_gui/README.md,sha256=fbqy1u3iUYNn_zvfHqRIhI2SHVaM2DSEovVo_CQlXTE,4378
|
|
3
|
-
small_fish_gui/__init__.py,sha256=WNInvg3HaKrfuEOQHmnnZ5SoI-5o3EFgapeiX0rbzqo,2162
|
|
4
|
-
small_fish_gui/__main__.py,sha256=xwpFMDuo0kkYvPamyhlTHJ68bymDfbRpPzKy3SKwezY,1639
|
|
5
|
-
small_fish_gui/default_values.py,sha256=E5eoCIyIgaA18WcD5EAUrbKoEXoEEEk6ml3JPvFd_GI,921
|
|
6
|
-
small_fish_gui/hints.py,sha256=q8G9ZbV-y7EUyOa8MjCTJltu750EvhGCalAU8INzeoo,2703
|
|
7
|
-
small_fish_gui/logo.png,sha256=giOvQ1OMAzQuTlH3zj8AdJWDr1lK0RHNnsdp5XFa3UY,306502
|
|
8
|
-
small_fish_gui/main_menu.py,sha256=fLpC4NkP0hmeostXpgJWzu0De4ts02ne9l0WworlUEA,5842
|
|
9
|
-
small_fish_gui/requirements.txt,sha256=i_WqyowfTBPDIcw5v9GFZzc5CGoO_UOHSoxV7D_ez3A,374
|
|
10
|
-
small_fish_gui/utils.py,sha256=LM6QW2ono_LIRv7JXIIq7ZxxbDXqBtZ5uR9gjKJfwM8,1903
|
|
11
|
-
small_fish_gui/.github/workflows/python-publish.yml,sha256=5Ltnuhw9TevhzndlBmdUgYMnS73xEAxSyd1u8DHdn5s,1084
|
|
12
|
-
small_fish_gui/batch/__init__.py,sha256=ku2_Yate-UG89Q0BmE2B9kFV4kOz-u9Lf2lj6VsdFXs,127
|
|
13
|
-
small_fish_gui/batch/input.py,sha256=mqnP8LBhyNbtlcqjVlUiVeuHw4YxOX3GgzJbq03isKE,1477
|
|
14
|
-
small_fish_gui/batch/integrity.py,sha256=2JYOwgrr8E6fR0cSuhIrkGEeJ5mgfmJMnKtDMbKQDD8,5103
|
|
15
|
-
small_fish_gui/batch/output.py,sha256=cKZBsO48HaKfxfa6cwcBKw3YRILBCcdC8rpYd2OTEVs,520
|
|
16
|
-
small_fish_gui/batch/pipeline.py,sha256=eYygF_XuS84r_zFT5OZSiNVI2akYBzd418w-dCI3ZB8,13022
|
|
17
|
-
small_fish_gui/batch/prompt.py,sha256=b61vhi-5FtKu-XMYIoMx5-ODw2tCior4uCrru-XeYhg,19826
|
|
18
|
-
small_fish_gui/batch/test.py,sha256=FcoCngSeueociwVoG8V3C6lQO7rrRHUfIVA2hJKr4v4,213
|
|
19
|
-
small_fish_gui/batch/update.py,sha256=sA1ZOhKqDjvJUXa5uYe8WGcbAlJZYoRQD9w6hatfAZ8,5594
|
|
20
|
-
small_fish_gui/batch/utils.py,sha256=edj_SwqBzSPb0jlV_LvO73ol0lT51fOiuV53dfNq1aY,1867
|
|
21
|
-
small_fish_gui/batch/values.txt,sha256=9QpmRfZ5AuDByZFzkHxTESKV6bnZMH5DtPIGbMmLsXY,999
|
|
22
|
-
small_fish_gui/gui/__init__.py,sha256=xt55Yl5zISMH9ifjlm-QDZCcQtpdaBJA12wiUJqM0B4,879
|
|
23
|
-
small_fish_gui/gui/_napari_widgets.py,sha256=kyB5nvtnZiUpBk6u_CYzjyip2GIQUfQYzsRLcQbePYM,19477
|
|
24
|
-
small_fish_gui/gui/animation.py,sha256=MnYsA1kxQZ72L_H0knxOs41lG0ZZv1re7gSgYNmZY00,983
|
|
25
|
-
small_fish_gui/gui/layout.py,sha256=YUDBpUqVci8A6aqtkn0__32ZEgLCn-Q4D7UNNEGHfSI,18250
|
|
26
|
-
small_fish_gui/gui/napari_visualiser.py,sha256=hgxDCqpdC1tJpiryDPJkYXNqhLaSnkElKCtuAPm1_14,10250
|
|
27
|
-
small_fish_gui/gui/prompts.py,sha256=MM5e3-dZXup07gsLd-xTCi7UzCFkSXw_xk6kiwdcDGs,13406
|
|
28
|
-
small_fish_gui/gui/testing.ipynb,sha256=4TJar2T0Q_EdnCzMFGqdLu7tVbNYud5C8DQcoVRttpU,74574
|
|
29
|
-
small_fish_gui/gui/theme.py,sha256=30nujS48ZRdD1HVbzdEBkiAWlhow1AGgXSQNZcGEsaQ,118
|
|
30
|
-
small_fish_gui/gui/tooltips.py,sha256=9cIwypgU4_u7WgnbpoFVfm0OV4Z4A4steQ6sHHn6Xtk,960
|
|
31
|
-
small_fish_gui/gui/screenshot/general_help_screenshot.png,sha256=X4E6Td5f04K-pBUPDaBJRAE3D5b8fuEdiAUKhkIDr-0,54210
|
|
32
|
-
small_fish_gui/gui/screenshot/mapping_help_screenshot.png,sha256=HcuRh5TYciUogUasza5vZ_QSshaiHsskQK23mh9vQS8,34735
|
|
33
|
-
small_fish_gui/gui/screenshot/segmentation_help_screenshot.png,sha256=rbSgIydT0gZtfMh1qk4mdMbEIyCaakvHmxa2eOrLwO0,118944
|
|
34
|
-
small_fish_gui/illustrations/DetectionVitrine_filtre.png,sha256=WE7J2ZcCqfahmqOtak31uts-xZc5gWJrodYChdyKX9U,203070
|
|
35
|
-
small_fish_gui/illustrations/DetectionVitrine_signal.png,sha256=RA2l_RM77t1mWeCGHEXHVXuIGmBMyOC8iIUuGswnld0,374194
|
|
36
|
-
small_fish_gui/illustrations/FocciVitrine.png,sha256=kB8gBGj4fjdk_sFD1hCjoiZhv2b7HjFpFoXLwwG5TeA,748087
|
|
37
|
-
small_fish_gui/illustrations/FocciVitrine_no_spots.png,sha256=cEmN_Was9HABjvUZvQKAzC-1czNeGEVRdcWU3uWvjj8,712549
|
|
38
|
-
small_fish_gui/illustrations/Segmentation2D.png,sha256=R4dHURvE39dvcj1ILCayRFNLxvUyeeIsMoheoEOa3rE,1577319
|
|
39
|
-
small_fish_gui/illustrations/Segmentation2D_with_labels.png,sha256=rrlt3OubM2mqoQNVtThyKocWcf4-8Or6r1MZe9N6CCc,185231
|
|
40
|
-
small_fish_gui/interface/__init__.py,sha256=tS4nWOTX2RpzRpzLbjvo5gbfqgvgLXEzjpUh7W-1RUE,311
|
|
41
|
-
small_fish_gui/interface/image.py,sha256=SOe3zlyTKqkkQflb3A9EJok8QduUn2ue6bMH9Ma2hKU,1933
|
|
42
|
-
small_fish_gui/interface/inoutput.py,sha256=toB2SNNZNiupZTT2-zQKJ6ewI-_DJTVrXIkdq8TMWXY,5793
|
|
43
|
-
small_fish_gui/interface/testing.py,sha256=AUdqmFJ6kBvFTOLRfZZJBBe3nm1key2bGpUDXJRaueI,2561
|
|
44
|
-
small_fish_gui/pipeline/__init__.py,sha256=Oww6dcuvnktl5jFKLriz8ZXObKo9MkneE739A8C1reY,739
|
|
45
|
-
small_fish_gui/pipeline/_colocalisation.py,sha256=aU1FrX7743FoeH18CI3e1-8QQm_6cx1OC2wrVqYRevM,21763
|
|
46
|
-
small_fish_gui/pipeline/_custom_errors.py,sha256=tQ-AUhgzIFpK30AZiQQrtHCHyGVRDdAoIjzL0Fk-1pA,43
|
|
47
|
-
small_fish_gui/pipeline/_preprocess.py,sha256=B59pBNxjy8vdlPj_gPSd5dw88BHMKdPafcQ274ShCB0,15223
|
|
48
|
-
small_fish_gui/pipeline/_signaltonoise.py,sha256=7A9t7xu7zghI6cr201Ldm-LjJ5NOuP56VSeJ8KIzcUo,8497
|
|
49
|
-
small_fish_gui/pipeline/actions.py,sha256=6HGB_I06cdDR6N9qYJYvLOTkDl1l8TTU2t2KzCwcDbA,18951
|
|
50
|
-
small_fish_gui/pipeline/detection.py,sha256=W43xBLHNEiGzdPu65wyIv_4mIGi5bLTXXlPq8Z_TMrA,37636
|
|
51
|
-
small_fish_gui/pipeline/segmentation.py,sha256=S-WzPyJh_fcfS4bISXLuPZC64ez_GyzHaEx-qnXiEMw,26540
|
|
52
|
-
small_fish_gui/pipeline/spots.py,sha256=6yHpC_BkA42ZXRNyZ8qB49uhEhOIXYDUPU1Vy6aOo0Q,6738
|
|
53
|
-
small_fish_gui/pipeline/test.py,sha256=w4ZMGDmUDXxVgWTlZ2TKw19W8q5gcE9gLMKe0SWnRrw,2827
|
|
54
|
-
small_fish_gui/pipeline/testing.ipynb,sha256=zIjnWwsqCBUqydvFx3n4R3_SlrBSwgWjDt50zn4SNgI,339174
|
|
55
|
-
small_fish_gui/pipeline/utils.py,sha256=run6qtqCAe_mFnE3o1CnmF1xBBmK3ydgc8-jOV9P-_w,448
|
|
56
|
-
small_fish_gui-2.0.2.dist-info/METADATA,sha256=IlYOrnIur72CdNHkwPeVW162UkUqS-e9HWqFJvvI-jU,2686
|
|
57
|
-
small_fish_gui-2.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
58
|
-
small_fish_gui-2.0.2.dist-info/licenses/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
|
|
59
|
-
small_fish_gui-2.0.2.dist-info/RECORD,,
|
|
File without changes
|