small-fish-gui 2.0.1__py3-none-any.whl → 2.0.2__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/README.md CHANGED
@@ -45,6 +45,9 @@ Spot detection is performed via *big-fish* a python implementation of FishQuant
45
45
  Analysis can be performed either fully interactively throught a Napari interface or performed automatically through a batch processing allowing for reproducible quantifications.
46
46
 
47
47
  ## Installation
48
+
49
+ ### General setup
50
+
48
51
  If you don't have a python installation yet I would recommend the [miniconda distribution](https://docs.anaconda.com/free/miniconda/miniconda-other-installer-links/).
49
52
 
50
53
  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.
@@ -57,13 +60,23 @@ Then download the small_fish package :
57
60
  ```bash
58
61
  pip install small_fish_gui
59
62
  ```
60
- <b> (Recommended) </b> Results visualisation is achieved through *Napari* which you can install with :
63
+ Results visualisation is achieved through *Napari* which you can install with :
61
64
 
62
65
  ```bash
63
66
  pip install napari[all]
64
67
  ```
65
68
 
66
- ## Run Small fish
69
+ ### Setting up GPU
70
+ As of Small Fish 2.0.1 it is **highly** recommanded to set up GPU with cellpose since its new model, CellposeSAM, is very heavy computationally even more when attempting 3D segmentation.
71
+ First of all, try to run small fish gpu without additional commands depending on your configuration it could work straight out of the box. If encoutering any issue try first the following :
72
+
73
+ ```bash
74
+ pip install --index-url https://download.pytorch.org/whl/cu124 torch torchvision torchaudio
75
+ ```
76
+
77
+ If running into additional problems please look at [cellpose documentation](https://cellpose.readthedocs.io/en/latest/installation.html).
78
+
79
+ ### Run Small fish
67
80
 
68
81
  First activate your python environnement :
69
82
  ```bash
@@ -37,8 +37,14 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37
37
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38
38
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
  """
40
- __version__ = "2.0.1"
40
+ __version__ = "2.0.2"
41
41
  __wiki__ = "https://github.com/2Echoes/small_fish_gui/wiki"
42
42
 
43
- import os
44
- os.environ["QT_QPA_PLATFORM"] = "xcb"
43
+ import os, platform
44
+ system_type = platform.system()
45
+
46
+ if system_type == "Linux" :
47
+ try :
48
+ os.environ["QT_QPA_PLATFORM"] = "xcb"
49
+ except Exception :
50
+ pass
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: small_fish_gui
3
- Version: 2.0.1
3
+ Version: 2.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
- Project-URL: Homepage, https://github.com/SmallFishGUI/small_fish
5
+ Project-URL: Homepage, https://github.com/SmallFishGUI/small_fish_gui
6
6
  Project-URL: Wiki, https://github.com/SmallFishGUI/small_fish_gui/wiki
7
- Project-URL: Issues, https://github.com/SmallFishGUI/small_fish/issues
7
+ Project-URL: Issues, https://github.com/SmallFishGUI/small_fish_gui/issues
8
8
  Author-email: Slimani Floric <floric.slimani@live.com>
9
9
  License-File: LICENSE
10
10
  Classifier: License :: OSI Approved :: BSD License
@@ -1,6 +1,6 @@
1
1
  small_fish_gui/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
2
- small_fish_gui/README.md,sha256=L_cbKyeAcWpMNqUe1fbMi0I0CqXbdN7kvPlCrLnOCF4,3736
3
- small_fish_gui/__init__.py,sha256=zd6tWcL3jZ69_S-j99FJggZqvQhB7yYUrWq0So8z3-c,2049
2
+ small_fish_gui/README.md,sha256=fbqy1u3iUYNn_zvfHqRIhI2SHVaM2DSEovVo_CQlXTE,4378
3
+ small_fish_gui/__init__.py,sha256=WNInvg3HaKrfuEOQHmnnZ5SoI-5o3EFgapeiX0rbzqo,2162
4
4
  small_fish_gui/__main__.py,sha256=xwpFMDuo0kkYvPamyhlTHJ68bymDfbRpPzKy3SKwezY,1639
5
5
  small_fish_gui/default_values.py,sha256=E5eoCIyIgaA18WcD5EAUrbKoEXoEEEk6ml3JPvFd_GI,921
6
6
  small_fish_gui/hints.py,sha256=q8G9ZbV-y7EUyOa8MjCTJltu750EvhGCalAU8INzeoo,2703
@@ -53,7 +53,7 @@ small_fish_gui/pipeline/spots.py,sha256=6yHpC_BkA42ZXRNyZ8qB49uhEhOIXYDUPU1Vy6aO
53
53
  small_fish_gui/pipeline/test.py,sha256=w4ZMGDmUDXxVgWTlZ2TKw19W8q5gcE9gLMKe0SWnRrw,2827
54
54
  small_fish_gui/pipeline/testing.ipynb,sha256=zIjnWwsqCBUqydvFx3n4R3_SlrBSwgWjDt50zn4SNgI,339174
55
55
  small_fish_gui/pipeline/utils.py,sha256=run6qtqCAe_mFnE3o1CnmF1xBBmK3ydgc8-jOV9P-_w,448
56
- small_fish_gui-2.0.1.dist-info/METADATA,sha256=7IktqcVTIaNQrJpJN9N6GwDRRAFFlrPJ2GRCyBxNQY8,2678
57
- small_fish_gui-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
58
- small_fish_gui-2.0.1.dist-info/licenses/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
59
- small_fish_gui-2.0.1.dist-info/RECORD,,
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,,