napari-tmidas 0.2.4__py3-none-any.whl → 0.2.6__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.
- napari_tmidas/_version.py +2 -2
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/METADATA +4 -7
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/RECORD +7 -7
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/WHEEL +0 -0
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/entry_points.txt +0 -0
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/licenses/LICENSE +0 -0
- {napari_tmidas-0.2.4.dist-info → napari_tmidas-0.2.6.dist-info}/top_level.txt +0 -0
napari_tmidas/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 2,
|
|
31
|
+
__version__ = version = '0.2.6'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 2, 6)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: napari-tmidas
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: A plugin for batch processing of confocal and whole-slide microscopy images of biological tissues
|
|
5
5
|
Author: Marco Meer
|
|
6
6
|
Author-email: marco.meer@pm.me
|
|
@@ -96,6 +96,7 @@ Dynamic: license-file
|
|
|
96
96
|
[](https://pypi.org/project/napari-tmidas)
|
|
97
97
|
[](https://python.org)
|
|
98
98
|
[](https://pepy.tech/project/napari-tmidas)
|
|
99
|
+
[](https://zenodo.org/badge/latestdoi/698257324)
|
|
99
100
|
[](https://github.com/macromeer/napari-tmidas/actions)
|
|
100
101
|
|
|
101
102
|
This napari plugin consists of a growing collection of pipelines for fast batch processing of confocal and whole slide microscopy images of biological tissues. This is a WIP and based on the [T-MIDAS terminal](https://github.com/MercaderLabAnatomy/T-MIDAS).
|
|
@@ -131,13 +132,9 @@ It is recommended though to install the **latest development version**. Please a
|
|
|
131
132
|
|
|
132
133
|
### Additional Setup for Batch Crop Anything
|
|
133
134
|
|
|
134
|
-
To use the Batch Crop Anything pipeline with SAM2, you need to install SAM2
|
|
135
|
+
To use the Batch Crop Anything pipeline with SAM2, you only need to install ffmpeg manually. SAM2 and its model checkpoints will be automatically installed when you first run the pipeline:
|
|
135
136
|
|
|
136
|
-
|
|
137
|
-
git clone https://github.com/facebookresearch/sam2.git && cd sam2
|
|
138
|
-
pip install -e .
|
|
139
|
-
curl -L https://dl.fbaipublicfiles.com/segment_anything_2/092824/sam2.1_hiera_large.pt -o checkpoints/sam2.1_hiera_large.pt
|
|
140
|
-
mamba install -c conda-forge ffmpeg # we also need ffmpeg
|
|
137
|
+
mamba install -c conda-forge ffmpeg
|
|
141
138
|
|
|
142
139
|
If you want to batch compress image data using [Zstandard](https://github.com/facebook/zstd), use the package manager of your operating system to install it:
|
|
143
140
|
|
|
@@ -10,7 +10,7 @@ napari_tmidas/_registry.py,sha256=yunbEoDe1JZREMab4BeP7wka17IwK1toV5g1imju30c,21
|
|
|
10
10
|
napari_tmidas/_roi_colocalization.py,sha256=0ZSs7JlJKPhGibnETf6Rj746T3YV4AUgynWmZbmNjHw,92257
|
|
11
11
|
napari_tmidas/_sample_data.py,sha256=khuv1jemz_fCjqNwEKMFf83Ju0EN4S89IKydsUMmUxw,645
|
|
12
12
|
napari_tmidas/_ui_utils.py,sha256=wBmaR-3wdgizb234atsjUU2DElsM5-tf4TIsxGLaHzI,1499
|
|
13
|
-
napari_tmidas/_version.py,sha256=
|
|
13
|
+
napari_tmidas/_version.py,sha256=2Q6v117QPuRsVsIEaHT3nJJVx7xxa47FYOkmuhVbGAI,704
|
|
14
14
|
napari_tmidas/_widget.py,sha256=Uab5WuJK2fgdlGga6iNnHsiZjRMUq2KM3u0N5JJW8DA,5495
|
|
15
15
|
napari_tmidas/_writer.py,sha256=wbVfHFjjHdybSg37VR4lVmL-kdCkDZsUPDJ66AVLaFQ,1941
|
|
16
16
|
napari_tmidas/napari.yaml,sha256=1Am1dA0-ZtCXk6veIT6jrMz3zwQ7dF8_p9tZTFx_vTg,2641
|
|
@@ -55,9 +55,9 @@ napari_tmidas/processing_functions/spotiflow_detection.py,sha256=2FLnDNXLc0eNj8v
|
|
|
55
55
|
napari_tmidas/processing_functions/spotiflow_env_manager.py,sha256=07J_tYADMvIVIr_afniSNt8uEduecqpNblSWEj9aH7Q,20323
|
|
56
56
|
napari_tmidas/processing_functions/timepoint_merger.py,sha256=7pXyfcI2rXZz6_TP3v_WejmMFivNVyUzkzBmifMiFKA,27424
|
|
57
57
|
napari_tmidas/processing_functions/trackastra_tracking.py,sha256=IkFk5HoEZmKdcu5jXri4WMhHN1KTADDMxSpeYfPgSbo,9976
|
|
58
|
-
napari_tmidas-0.2.
|
|
59
|
-
napari_tmidas-0.2.
|
|
60
|
-
napari_tmidas-0.2.
|
|
61
|
-
napari_tmidas-0.2.
|
|
62
|
-
napari_tmidas-0.2.
|
|
63
|
-
napari_tmidas-0.2.
|
|
58
|
+
napari_tmidas-0.2.6.dist-info/licenses/LICENSE,sha256=tSjiOqj57exmEIfP2YVPCEeQf0cH49S6HheQR8IiY3g,1485
|
|
59
|
+
napari_tmidas-0.2.6.dist-info/METADATA,sha256=UAU72bMdD7bTiV1E5cvnxzTP7s-Iz8Z0GVR5Szf_TVE,14745
|
|
60
|
+
napari_tmidas-0.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
61
|
+
napari_tmidas-0.2.6.dist-info/entry_points.txt,sha256=fbVjzbJTm4aDMIBtel1Lyqvq-CwXY7wmCOo_zJ-jtRY,60
|
|
62
|
+
napari_tmidas-0.2.6.dist-info/top_level.txt,sha256=63ybdxCZ4SeT13f_Ou4TsivGV_2Gtm_pJOXToAt30_E,14
|
|
63
|
+
napari_tmidas-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|