spacr 1.1.0__py3-none-any.whl → 1.1.1__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.
- spacr/__init__.py +3 -2
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/METADATA +1 -1
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/RECORD +7 -7
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/LICENSE +0 -0
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/WHEEL +0 -0
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/entry_points.txt +0 -0
- {spacr-1.1.0.dist-info → spacr-1.1.1.dist-info}/top_level.txt +0 -0
spacr/__init__.py
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
import logging, os, builtins
|
2
2
|
|
3
|
+
_original_print = builtins.print
|
4
|
+
|
3
5
|
def silent_print(*args, **kwargs):
|
4
|
-
if "Welcome to CellposeSAM" in str(args[0]):
|
6
|
+
if args and "Welcome to CellposeSAM" in str(args[0]):
|
5
7
|
return # skip the banner
|
6
8
|
return _original_print(*args, **kwargs)
|
7
9
|
|
8
|
-
_original_print = builtins.print
|
9
10
|
builtins.print = silent_print
|
10
11
|
|
11
12
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
spacr/__init__.py,sha256=
|
1
|
+
spacr/__init__.py,sha256=6tQZKIOb8uSJdd-bnY67c-IuMll0xdR0jWOEibNJEno,1423
|
2
2
|
spacr/__main__.py,sha256=H4MjaMF9ohZL6xfl1kTxVn1Nt_vEhhZArENMMBv8f4E,77
|
3
3
|
spacr/app_annotate.py,sha256=svqVBFiuMohWt8a5uqia2P7CGpN3cMKTaznYc06_R6A,2909
|
4
4
|
spacr/app_classify.py,sha256=xvGOrzErWE2iQQ_OF80NLxKfGNFlvhLf4916qPfPCr4,554
|
@@ -112,9 +112,9 @@ spacr/resources/icons/umap.png,sha256=dOLF3DeLYy9k0nkUybiZMe1wzHQwLJFRmgccppw-8b
|
|
112
112
|
spacr/resources/images/plate1_E01_T0001F001L01A01Z01C02.tif,sha256=Tl0ZUfZ_AYAbu0up_nO0tPRtF1BxXhWQ3T3pURBCCRo,7958528
|
113
113
|
spacr/resources/images/plate1_E01_T0001F001L01A02Z01C01.tif,sha256=m8N-V71rA1TT4dFlENNg8s0Q0YEXXs8slIn7yObmZJQ,7958528
|
114
114
|
spacr/resources/images/plate1_E01_T0001F001L01A03Z01C03.tif,sha256=Pbhk7xn-KUP6RSIhJsxQcrHFImBm3GEpLkzx7WOc-5M,7958528
|
115
|
-
spacr-1.1.
|
116
|
-
spacr-1.1.
|
117
|
-
spacr-1.1.
|
118
|
-
spacr-1.1.
|
119
|
-
spacr-1.1.
|
120
|
-
spacr-1.1.
|
115
|
+
spacr-1.1.1.dist-info/LICENSE,sha256=t0Pov6pnK8thLteoF4xZGmdCwe5mhNwl3OXxLYTGD9U,1081
|
116
|
+
spacr-1.1.1.dist-info/METADATA,sha256=it9DAPXnhEuCOJ3OaUzKP3v17naXqKvzIam8-isgUyE,11508
|
117
|
+
spacr-1.1.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
118
|
+
spacr-1.1.1.dist-info/entry_points.txt,sha256=6pHChJ00ozJ-Awokdfd28wUjiPXFJ8ONVx50rEKjBi8,176
|
119
|
+
spacr-1.1.1.dist-info/top_level.txt,sha256=GJPU8FgwRXGzKeut6JopsSRY2R8T3i9lDgya42tLInY,6
|
120
|
+
spacr-1.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|