small-fish-gui 1.0.0__tar.gz → 1.0.2__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 (36) hide show
  1. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/PKG-INFO +17 -1
  2. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/pyproject.toml +19 -1
  3. small_fish_gui-1.0.2/src/small_fish_gui/.github/workflows/python-publish.yml +39 -0
  4. small_fish_gui-1.0.2/src/small_fish_gui/LICENSE +24 -0
  5. small_fish_gui-1.0.2/src/small_fish_gui/README.md +43 -0
  6. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/__main__.py +1 -1
  7. small_fish_gui-1.0.2/src/small_fish_gui/requirements.txt +17 -0
  8. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/LICENSE +0 -0
  9. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/README.md +0 -0
  10. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/__init__.py +0 -0
  11. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/__init__.py +0 -0
  12. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/animation.py +0 -0
  13. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/general_help_screenshot.png +0 -0
  14. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/help_module.py +0 -0
  15. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/layout.py +0 -0
  16. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/mapping_help_screenshot.png +0 -0
  17. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/prompts.py +0 -0
  18. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/segmentation_help_screenshot.png +0 -0
  19. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/gui/test.py +0 -0
  20. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/interface/__init__.py +0 -0
  21. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/interface/image.py +0 -0
  22. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/interface/output.py +0 -0
  23. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/interface/parameters.py +0 -0
  24. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/interface/testing.py +0 -0
  25. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_colocalisation.py +0 -0
  26. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_custom_errors.py +0 -0
  27. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_detection_visualisation.py +0 -0
  28. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_preprocess.py +0 -0
  29. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_segmentation.py +0 -0
  30. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/_signaltonoise.py +0 -0
  31. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/actions.py +0 -0
  32. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/detection.py +0 -0
  33. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/main.py +0 -0
  34. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/pipeline/test.py +0 -0
  35. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/start.py +0 -0
  36. {small_fish_gui-1.0.0 → small_fish_gui-1.0.2}/src/small_fish_gui/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: small_fish_gui
3
- Version: 1.0.0
3
+ Version: 1.0.2
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
@@ -10,6 +10,22 @@ Classifier: License :: OSI Approved :: BSD License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.8
13
+ Requires-Dist: cellpose==3.0.7
14
+ Requires-Dist: czifile==2019.7.2
15
+ Requires-Dist: imageio==2.34.0
16
+ Requires-Dist: napari-console==0.0.9
17
+ Requires-Dist: napari-plugin-engine==0.2.0
18
+ Requires-Dist: napari-plugin-manager==0.1.0a2
19
+ Requires-Dist: napari-svg==0.1.10
20
+ Requires-Dist: napari==0.4.19.post1
21
+ Requires-Dist: numpy==1.24.4
22
+ Requires-Dist: openpyxl==3.1.2
23
+ Requires-Dist: pandas==1.5.3
24
+ Requires-Dist: pyarrow==11.0.0
25
+ Requires-Dist: pysimplegui==4.60.5
26
+ Requires-Dist: scikit-image==0.19.1
27
+ Requires-Dist: scikit-learn==1.3.2
28
+ Requires-Dist: scipy==1.9.1
13
29
  Description-Content-Type: text/markdown
14
30
 
15
31
  # Small Fish
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "small_fish_gui"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  authors = [
9
9
  { name="Slimani Floric", email="floric.slimani@live.com" },
10
10
  ]
@@ -16,6 +16,24 @@ classifiers = [
16
16
  "License :: OSI Approved :: BSD License",
17
17
  "Operating System :: OS Independent",
18
18
  ]
19
+ dependencies = [
20
+ "cellpose==3.0.7",
21
+ "czifile==2019.7.2",
22
+ "imageio==2.34.0",
23
+ "napari==0.4.19.post1",
24
+ "napari-console==0.0.9",
25
+ "napari-plugin-engine==0.2.0",
26
+ "napari-plugin-manager==0.1.0a2",
27
+ "napari-svg==0.1.10",
28
+ "numpy==1.24.4",
29
+ "pandas==1.5.3",
30
+ "PySimpleGUI==4.60.5",
31
+ "scipy==1.9.1",
32
+ "scikit-image==0.19.1",
33
+ "scikit-learn==1.3.2",
34
+ "openpyxl==3.1.2",
35
+ "pyarrow==11.0.0",
36
+ ]
19
37
 
20
38
  [project.urls]
21
39
  Homepage = "https://github.com/2Echoes/small_fish"
@@ -0,0 +1,39 @@
1
+ # This workflow will upload a Python Package using Twine when a release is created
2
+ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
+
4
+ # This workflow uses actions that are not certified by GitHub.
5
+ # They are provided by a third-party and are governed by
6
+ # separate terms of service, privacy policy, and support
7
+ # documentation.
8
+
9
+ name: Upload Python Package
10
+
11
+ on:
12
+ release:
13
+ types: [published]
14
+
15
+ permissions:
16
+ contents: read
17
+
18
+ jobs:
19
+ deploy:
20
+
21
+ runs-on: ubuntu-latest
22
+
23
+ steps:
24
+ - uses: actions/checkout@v4
25
+ - name: Set up Python
26
+ uses: actions/setup-python@v3
27
+ with:
28
+ python-version: '3.x'
29
+ - name: Install dependencies
30
+ run: |
31
+ python -m pip install --upgrade pip
32
+ pip install build
33
+ - name: Build package
34
+ run: python -m build
35
+ - name: Publish package
36
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
+ with:
38
+ user: __token__
39
+ password: ${{ secrets.PYPI_API_TOKEN }}
@@ -0,0 +1,24 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2023, Floric Slimani
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
19
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,43 @@
1
+ # Small Fish
2
+ **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.
3
+
4
+ Cell segmentation is peformed using *cellpose* (published work) : https://github.com/MouseLand/cellpose
5
+
6
+ Spot detection is performed via *big-fish* (published work) : https://github.com/fish-quant/big-fish
7
+
8
+ Time stacks are not yet supported.
9
+
10
+ ## Installation
11
+
12
+ 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.
13
+
14
+ ```bash
15
+ conda create -n small_fish python=3.8
16
+ activate small_fish
17
+ ```
18
+ Then download the small_fish package :
19
+ ```bash
20
+ pip install small_fish_gui
21
+ ```
22
+ <b> (Recommended) </b> Results visualisation is achieved through *Napari* which you can install with :
23
+
24
+ ```bash
25
+ pip install napari[all]
26
+ ```
27
+
28
+ ## Run Small fish
29
+
30
+ First activate your python environnement :
31
+ ```bash
32
+ activate small_fish
33
+ ```
34
+ Then launch Small fish :
35
+ ```bash
36
+ python -m small_fish_gui
37
+ ```
38
+ ## Developpement
39
+
40
+ Optional features to include in future versions :
41
+ - batch processing
42
+ - time stack (which would include cell tracking)
43
+ - 3D segmentation
@@ -3,7 +3,7 @@ import os
3
3
  import PySimpleGUI as sg
4
4
 
5
5
  def main():
6
- import small_fish.pipeline.main
6
+ import small_fish_gui.pipeline.main
7
7
 
8
8
 
9
9
  if __name__ == "__main__":
@@ -0,0 +1,17 @@
1
+ big_fish==0.6.2
2
+ cellpose==3.0.7
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
+ PySimpleGUI==4.60.5
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
File without changes
File without changes