CytoTable 0.0.14__py3-none-any.whl → 0.0.15__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.
- cytotable/__init__.py +1 -1
- cytotable/convert.py +3 -0
- {cytotable-0.0.14.dist-info → cytotable-0.0.15.dist-info}/METADATA +1 -1
- {cytotable-0.0.14.dist-info → cytotable-0.0.15.dist-info}/RECORD +6 -6
- {cytotable-0.0.14.dist-info → cytotable-0.0.15.dist-info}/LICENSE +0 -0
- {cytotable-0.0.14.dist-info → cytotable-0.0.15.dist-info}/WHEEL +0 -0
cytotable/__init__.py
CHANGED
cytotable/convert.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: CytoTable
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.15
|
4
4
|
Summary: Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools.
|
5
5
|
License: BSD-3-Clause License
|
6
6
|
Keywords: python,cellprofiler,single-cell-analysis,way-lab
|
@@ -1,11 +1,11 @@
|
|
1
|
-
cytotable/__init__.py,sha256
|
1
|
+
cytotable/__init__.py,sha256=-OBuWpdlzgV0Ioz3hUEMEvpRsWpH6AtrmP61mTIds94,316
|
2
2
|
cytotable/constants.py,sha256=w_AUm_fKKXeZjnZxbHf-dxq7NN7BkvCWbkGK24sfzLw,1872
|
3
|
-
cytotable/convert.py,sha256
|
3
|
+
cytotable/convert.py,sha256=uvdUM5-_cQCuTYA2RtWoA1_ZuGFmMQZUayChTRUWd5A,62916
|
4
4
|
cytotable/exceptions.py,sha256=NhkMswjCB0HeVHqlLXzBlyHunQIp_4eBFmyAPu0Nf30,482
|
5
5
|
cytotable/presets.py,sha256=pWYyZsEP-C1zbMUjTMzcJxCeRHcVpAAI-gMV2Nx-6Zc,16459
|
6
6
|
cytotable/sources.py,sha256=lScB3GPTIqDjl2Iea5zivjCEll9zYxJt1gIfj4WbCpQ,12959
|
7
7
|
cytotable/utils.py,sha256=nH5CBY8thWS6eJtl_SZ059GmcE4rUExZMWelVgjZvho,28937
|
8
|
-
cytotable-0.0.
|
9
|
-
cytotable-0.0.
|
10
|
-
cytotable-0.0.
|
11
|
-
cytotable-0.0.
|
8
|
+
cytotable-0.0.15.dist-info/LICENSE,sha256=lPK3PtUMP-f1EOFMUr8h3FvuMh89x249Hvm4lchTsv0,1528
|
9
|
+
cytotable-0.0.15.dist-info/METADATA,sha256=PkgYmCUmCj7BY6Uo6SgT-3PhcGmbMbqw01MT9yYXRBo,3866
|
10
|
+
cytotable-0.0.15.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
11
|
+
cytotable-0.0.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|