cellxlineage 0.1.0__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.
- cellxlineage-0.1.0/MANIFEST.in +8 -0
- cellxlineage-0.1.0/PKG-INFO +106 -0
- cellxlineage-0.1.0/README.md +38 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/PKG-INFO +106 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/SOURCES.txt +90 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/dependency_links.txt +1 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/entry_points.txt +2 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/not-zip-safe +1 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/requires.txt +34 -0
- cellxlineage-0.1.0/cellxlineage.egg-info/top_level.txt +1 -0
- cellxlineage-0.1.0/pyproject.toml +28 -0
- cellxlineage-0.1.0/server/__init__.py +13 -0
- cellxlineage-0.1.0/server/__main__.py +15 -0
- cellxlineage-0.1.0/server/annotate/__init__.py +0 -0
- cellxlineage-0.1.0/server/annotate/annotation_types.py +5 -0
- cellxlineage-0.1.0/server/app/__init__.py +0 -0
- cellxlineage-0.1.0/server/app/app.py +288 -0
- cellxlineage-0.1.0/server/app/session.py +13 -0
- cellxlineage-0.1.0/server/cli/__init__.py +0 -0
- cellxlineage-0.1.0/server/cli/annotate.py +240 -0
- cellxlineage-0.1.0/server/cli/cli.py +36 -0
- cellxlineage-0.1.0/server/cli/launch.py +449 -0
- cellxlineage-0.1.0/server/cli/prepare.py +278 -0
- cellxlineage-0.1.0/server/cli/upgrade.py +85 -0
- cellxlineage-0.1.0/server/common/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/annotations/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/annotations/annotations.py +90 -0
- cellxlineage-0.1.0/server/common/annotations/local_file_csv.py +288 -0
- cellxlineage-0.1.0/server/common/colors.py +233 -0
- cellxlineage-0.1.0/server/common/compute/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/compute/diffexp_generic.py +163 -0
- cellxlineage-0.1.0/server/common/compute/estimate_distribution.py +108 -0
- cellxlineage-0.1.0/server/common/config/__init__.py +2 -0
- cellxlineage-0.1.0/server/common/config/app_config.py +170 -0
- cellxlineage-0.1.0/server/common/config/base_config.py +99 -0
- cellxlineage-0.1.0/server/common/config/client_config.py +81 -0
- cellxlineage-0.1.0/server/common/config/dataset_config.py +189 -0
- cellxlineage-0.1.0/server/common/config/external_config.py +44 -0
- cellxlineage-0.1.0/server/common/config/server_config.py +164 -0
- cellxlineage-0.1.0/server/common/constants.py +35 -0
- cellxlineage-0.1.0/server/common/corpora.py +78 -0
- cellxlineage-0.1.0/server/common/errors.py +54 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Column.py +41 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Float32Array.py +46 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Float64Array.py +46 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Int32Array.py +46 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/JSONEncodedArray.py +46 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Matrix.py +98 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/TypedArray.py +12 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/Uint32Array.py +46 -0
- cellxlineage-0.1.0/server/common/fbs/NetEncoding/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/fbs/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/fbs/matrix.py +251 -0
- cellxlineage-0.1.0/server/common/genesets.py +239 -0
- cellxlineage-0.1.0/server/common/health.py +33 -0
- cellxlineage-0.1.0/server/common/rest.py +441 -0
- cellxlineage-0.1.0/server/common/utils/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/utils/corpora_constants.py +22 -0
- cellxlineage-0.1.0/server/common/utils/data_locator.py +159 -0
- cellxlineage-0.1.0/server/common/utils/type_conversion_utils.py +190 -0
- cellxlineage-0.1.0/server/common/utils/utils.py +126 -0
- cellxlineage-0.1.0/server/common/web/__init__.py +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/RobotoCondensed-Bold-89a396525c0de98da36505cb04eb9373.ttf +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/RobotoCondensed-Italic-aca8cfe6a0fd2abecaa6e21a19f66eba.ttf +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/RobotoCondensed-Regular-db6d916952fb988edac1e531d47ff83a.ttf +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-16-13933033991f62d6bb641c7a19c8c431.ttf +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-16-1645f50fb7f7c109f64eedae92080228.woff +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-16-2368f88a078780d80145531133100823.eot +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-20-1ef633d3a28d0986f63e78a70178d06d.woff +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-20-57b3e708b232fdcb64f9cb115cdda7bb.ttf +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/icons-20-cde033c5d3f24283f7578120bb9dc288.eot +0 -0
- cellxlineage-0.1.0/server/common/web/static/assets/logo-f85fdd6972a827124b5ed7f6499e68f6.png +0 -0
- cellxlineage-0.1.0/server/common/web/static/main-6835a9ad4754cf2ffc45.css +16 -0
- cellxlineage-0.1.0/server/common/web/static/main-6835a9ad4754cf2ffc45.css.map +1 -0
- cellxlineage-0.1.0/server/common/web/static/main-9a36e52e0714b93a3def.js +3 -0
- cellxlineage-0.1.0/server/common/web/static/main-9a36e52e0714b93a3def.js.LICENSE.txt +124 -0
- cellxlineage-0.1.0/server/common/web/static/main-9a36e52e0714b93a3def.js.map +1 -0
- cellxlineage-0.1.0/server/common/web/templates/index.html +65 -0
- cellxlineage-0.1.0/server/data_anndata/__init__.py +0 -0
- cellxlineage-0.1.0/server/data_anndata/anndata_adaptor.py +400 -0
- cellxlineage-0.1.0/server/data_common/__init__.py +0 -0
- cellxlineage-0.1.0/server/data_common/data_adaptor.py +440 -0
- cellxlineage-0.1.0/server/data_common/matrix_loader.py +64 -0
- cellxlineage-0.1.0/server/data_treedata/__init__.py +0 -0
- cellxlineage-0.1.0/server/data_treedata/treedata_adaptor.py +324 -0
- cellxlineage-0.1.0/server/default_config.py +94 -0
- cellxlineage-0.1.0/server/requirements-annotate.txt +2 -0
- cellxlineage-0.1.0/server/requirements-prepare.txt +4 -0
- cellxlineage-0.1.0/server/requirements.txt +24 -0
- cellxlineage-0.1.0/setup.cfg +9 -0
- cellxlineage-0.1.0/setup.py +48 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
recursive-include server/common/web/templates *
|
|
2
|
+
recursive-include server/common/web/static *
|
|
3
|
+
|
|
4
|
+
include server/requirements.txt
|
|
5
|
+
include server/requirements-prepare.txt
|
|
6
|
+
include server/requirements-annotate.txt
|
|
7
|
+
include server/converters/schema/hgnc_complete_set.txt.gz
|
|
8
|
+
include server/converters/schema/schema_definitions/*
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cellxlineage
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Web application for exploration of single-cell datasets with lineage tree visualization
|
|
5
|
+
Home-page: https://github.com/colganwi/cellxlineage
|
|
6
|
+
Author: William Colgan
|
|
7
|
+
Author-email: wcolgan@wi.mit.edu
|
|
8
|
+
License: MIT
|
|
9
|
+
Classifier: Framework :: Flask
|
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Natural Language :: English
|
|
13
|
+
Classifier: Operating System :: POSIX
|
|
14
|
+
Classifier: Operating System :: Unix
|
|
15
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
16
|
+
Classifier: Programming Language :: JavaScript
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
23
|
+
Requires-Python: >=3.10
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
Requires-Dist: anndata>=0.8.0
|
|
26
|
+
Requires-Dist: treedata>=0.2.5
|
|
27
|
+
Requires-Dist: boto3>=1.12.18
|
|
28
|
+
Requires-Dist: click>=7.1.2
|
|
29
|
+
Requires-Dist: Flask>=3.0.0
|
|
30
|
+
Requires-Dist: Flask-Compress>=1.4.0
|
|
31
|
+
Requires-Dist: Flask-Cors>=3.0.9
|
|
32
|
+
Requires-Dist: Flask-RESTful>=0.3.6
|
|
33
|
+
Requires-Dist: flask-server-timing>=0.1.2
|
|
34
|
+
Requires-Dist: flask-talisman>=0.7.0
|
|
35
|
+
Requires-Dist: flatbuffers==2.0.7
|
|
36
|
+
Requires-Dist: flatten-dict>=0.2.0
|
|
37
|
+
Requires-Dist: fsspec>0.8.0
|
|
38
|
+
Requires-Dist: gunicorn>=20.0.4
|
|
39
|
+
Requires-Dist: h5py>=3.0.0
|
|
40
|
+
Requires-Dist: numba>=0.60.0
|
|
41
|
+
Requires-Dist: numpy==2.0.1
|
|
42
|
+
Requires-Dist: packaging>=20.0
|
|
43
|
+
Requires-Dist: pandas>=2.2.2
|
|
44
|
+
Requires-Dist: PyYAML>=5.4
|
|
45
|
+
Requires-Dist: requests>=2.22.0
|
|
46
|
+
Requires-Dist: s3fs==0.4.2
|
|
47
|
+
Requires-Dist: scipy>=1.4
|
|
48
|
+
Requires-Dist: setuptools
|
|
49
|
+
Provides-Extra: prepare
|
|
50
|
+
Requires-Dist: python-igraph>=0.8; extra == "prepare"
|
|
51
|
+
Requires-Dist: louvain>=0.6; extra == "prepare"
|
|
52
|
+
Requires-Dist: scanpy; extra == "prepare"
|
|
53
|
+
Requires-Dist: umap-learn<0.5.0; extra == "prepare"
|
|
54
|
+
Provides-Extra: annotate
|
|
55
|
+
Requires-Dist: mlflow==2.16.0; extra == "annotate"
|
|
56
|
+
Requires-Dist: scanpy; extra == "annotate"
|
|
57
|
+
Dynamic: author
|
|
58
|
+
Dynamic: author-email
|
|
59
|
+
Dynamic: classifier
|
|
60
|
+
Dynamic: description
|
|
61
|
+
Dynamic: description-content-type
|
|
62
|
+
Dynamic: home-page
|
|
63
|
+
Dynamic: license
|
|
64
|
+
Dynamic: provides-extra
|
|
65
|
+
Dynamic: requires-dist
|
|
66
|
+
Dynamic: requires-python
|
|
67
|
+
Dynamic: summary
|
|
68
|
+
|
|
69
|
+
<img src="./docs/cellxlineage-logo.png" width="300">
|
|
70
|
+
|
|
71
|
+
_An interactive explorer for single-cell lineage tracing._
|
|
72
|
+
|
|
73
|
+
CELLxLINEAGE is a fork of [CELLxGENE](https://cellxgene.cziscience.com/docs/01__CellxGene) extended to support [TreeData](https://github.com/YosefLab/treedata) objects and lineage tree visualization alongside the standard UMAP embedding.
|
|
74
|
+
|
|
75
|
+
<img src="./docs/images/cellxlineage-opening.png" width="500">
|
|
76
|
+
|
|
77
|
+
## Installation
|
|
78
|
+
|
|
79
|
+
You need to have Python 3.10 or newer installed on your system. If you don't have
|
|
80
|
+
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
|
|
81
|
+
|
|
82
|
+
Install the latest release of `cellxlineage` from [PyPI](https://pypi.org/project/cellxlineage):
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
pip install cellxlineage
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Usage
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
# Launch with a TreeData file
|
|
92
|
+
cellxlineage launch data.h5td
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## CELLxGENE documentation
|
|
96
|
+
|
|
97
|
+
CELLxLINEAGE inherits all standard CELLxGENE Annotate features. For documentation on exploration, filtering, differential expression, and annotations, see the [CELLxGENE Annotate documentation](https://cellxgene.cziscience.com/docs/01__CellxGene).
|
|
98
|
+
|
|
99
|
+
## Contact
|
|
100
|
+
|
|
101
|
+
For questions and bug reports please use the [issue tracker](https://github.com/colganwi/cellxlineage/issues).
|
|
102
|
+
|
|
103
|
+
## License
|
|
104
|
+
|
|
105
|
+
MIT — see [LICENSE](LICENSE). Portions copyright Chan Zuckerberg Initiative; lineage extensions copyright William Colgan.
|
|
106
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<img src="./docs/cellxlineage-logo.png" width="300">
|
|
2
|
+
|
|
3
|
+
_An interactive explorer for single-cell lineage tracing._
|
|
4
|
+
|
|
5
|
+
CELLxLINEAGE is a fork of [CELLxGENE](https://cellxgene.cziscience.com/docs/01__CellxGene) extended to support [TreeData](https://github.com/YosefLab/treedata) objects and lineage tree visualization alongside the standard UMAP embedding.
|
|
6
|
+
|
|
7
|
+
<img src="./docs/images/cellxlineage-opening.png" width="500">
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
You need to have Python 3.10 or newer installed on your system. If you don't have
|
|
12
|
+
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
|
|
13
|
+
|
|
14
|
+
Install the latest release of `cellxlineage` from [PyPI](https://pypi.org/project/cellxlineage):
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
pip install cellxlineage
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Launch with a TreeData file
|
|
24
|
+
cellxlineage launch data.h5td
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## CELLxGENE documentation
|
|
28
|
+
|
|
29
|
+
CELLxLINEAGE inherits all standard CELLxGENE Annotate features. For documentation on exploration, filtering, differential expression, and annotations, see the [CELLxGENE Annotate documentation](https://cellxgene.cziscience.com/docs/01__CellxGene).
|
|
30
|
+
|
|
31
|
+
## Contact
|
|
32
|
+
|
|
33
|
+
For questions and bug reports please use the [issue tracker](https://github.com/colganwi/cellxlineage/issues).
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
MIT — see [LICENSE](LICENSE). Portions copyright Chan Zuckerberg Initiative; lineage extensions copyright William Colgan.
|
|
38
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cellxlineage
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Web application for exploration of single-cell datasets with lineage tree visualization
|
|
5
|
+
Home-page: https://github.com/colganwi/cellxlineage
|
|
6
|
+
Author: William Colgan
|
|
7
|
+
Author-email: wcolgan@wi.mit.edu
|
|
8
|
+
License: MIT
|
|
9
|
+
Classifier: Framework :: Flask
|
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Natural Language :: English
|
|
13
|
+
Classifier: Operating System :: POSIX
|
|
14
|
+
Classifier: Operating System :: Unix
|
|
15
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
16
|
+
Classifier: Programming Language :: JavaScript
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
23
|
+
Requires-Python: >=3.10
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
Requires-Dist: anndata>=0.8.0
|
|
26
|
+
Requires-Dist: treedata>=0.2.5
|
|
27
|
+
Requires-Dist: boto3>=1.12.18
|
|
28
|
+
Requires-Dist: click>=7.1.2
|
|
29
|
+
Requires-Dist: Flask>=3.0.0
|
|
30
|
+
Requires-Dist: Flask-Compress>=1.4.0
|
|
31
|
+
Requires-Dist: Flask-Cors>=3.0.9
|
|
32
|
+
Requires-Dist: Flask-RESTful>=0.3.6
|
|
33
|
+
Requires-Dist: flask-server-timing>=0.1.2
|
|
34
|
+
Requires-Dist: flask-talisman>=0.7.0
|
|
35
|
+
Requires-Dist: flatbuffers==2.0.7
|
|
36
|
+
Requires-Dist: flatten-dict>=0.2.0
|
|
37
|
+
Requires-Dist: fsspec>0.8.0
|
|
38
|
+
Requires-Dist: gunicorn>=20.0.4
|
|
39
|
+
Requires-Dist: h5py>=3.0.0
|
|
40
|
+
Requires-Dist: numba>=0.60.0
|
|
41
|
+
Requires-Dist: numpy==2.0.1
|
|
42
|
+
Requires-Dist: packaging>=20.0
|
|
43
|
+
Requires-Dist: pandas>=2.2.2
|
|
44
|
+
Requires-Dist: PyYAML>=5.4
|
|
45
|
+
Requires-Dist: requests>=2.22.0
|
|
46
|
+
Requires-Dist: s3fs==0.4.2
|
|
47
|
+
Requires-Dist: scipy>=1.4
|
|
48
|
+
Requires-Dist: setuptools
|
|
49
|
+
Provides-Extra: prepare
|
|
50
|
+
Requires-Dist: python-igraph>=0.8; extra == "prepare"
|
|
51
|
+
Requires-Dist: louvain>=0.6; extra == "prepare"
|
|
52
|
+
Requires-Dist: scanpy; extra == "prepare"
|
|
53
|
+
Requires-Dist: umap-learn<0.5.0; extra == "prepare"
|
|
54
|
+
Provides-Extra: annotate
|
|
55
|
+
Requires-Dist: mlflow==2.16.0; extra == "annotate"
|
|
56
|
+
Requires-Dist: scanpy; extra == "annotate"
|
|
57
|
+
Dynamic: author
|
|
58
|
+
Dynamic: author-email
|
|
59
|
+
Dynamic: classifier
|
|
60
|
+
Dynamic: description
|
|
61
|
+
Dynamic: description-content-type
|
|
62
|
+
Dynamic: home-page
|
|
63
|
+
Dynamic: license
|
|
64
|
+
Dynamic: provides-extra
|
|
65
|
+
Dynamic: requires-dist
|
|
66
|
+
Dynamic: requires-python
|
|
67
|
+
Dynamic: summary
|
|
68
|
+
|
|
69
|
+
<img src="./docs/cellxlineage-logo.png" width="300">
|
|
70
|
+
|
|
71
|
+
_An interactive explorer for single-cell lineage tracing._
|
|
72
|
+
|
|
73
|
+
CELLxLINEAGE is a fork of [CELLxGENE](https://cellxgene.cziscience.com/docs/01__CellxGene) extended to support [TreeData](https://github.com/YosefLab/treedata) objects and lineage tree visualization alongside the standard UMAP embedding.
|
|
74
|
+
|
|
75
|
+
<img src="./docs/images/cellxlineage-opening.png" width="500">
|
|
76
|
+
|
|
77
|
+
## Installation
|
|
78
|
+
|
|
79
|
+
You need to have Python 3.10 or newer installed on your system. If you don't have
|
|
80
|
+
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
|
|
81
|
+
|
|
82
|
+
Install the latest release of `cellxlineage` from [PyPI](https://pypi.org/project/cellxlineage):
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
pip install cellxlineage
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Usage
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
# Launch with a TreeData file
|
|
92
|
+
cellxlineage launch data.h5td
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## CELLxGENE documentation
|
|
96
|
+
|
|
97
|
+
CELLxLINEAGE inherits all standard CELLxGENE Annotate features. For documentation on exploration, filtering, differential expression, and annotations, see the [CELLxGENE Annotate documentation](https://cellxgene.cziscience.com/docs/01__CellxGene).
|
|
98
|
+
|
|
99
|
+
## Contact
|
|
100
|
+
|
|
101
|
+
For questions and bug reports please use the [issue tracker](https://github.com/colganwi/cellxlineage/issues).
|
|
102
|
+
|
|
103
|
+
## License
|
|
104
|
+
|
|
105
|
+
MIT — see [LICENSE](LICENSE). Portions copyright Chan Zuckerberg Initiative; lineage extensions copyright William Colgan.
|
|
106
|
+
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
MANIFEST.in
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
setup.cfg
|
|
5
|
+
setup.py
|
|
6
|
+
cellxlineage.egg-info/PKG-INFO
|
|
7
|
+
cellxlineage.egg-info/SOURCES.txt
|
|
8
|
+
cellxlineage.egg-info/dependency_links.txt
|
|
9
|
+
cellxlineage.egg-info/entry_points.txt
|
|
10
|
+
cellxlineage.egg-info/not-zip-safe
|
|
11
|
+
cellxlineage.egg-info/requires.txt
|
|
12
|
+
cellxlineage.egg-info/top_level.txt
|
|
13
|
+
server/__init__.py
|
|
14
|
+
server/__main__.py
|
|
15
|
+
server/default_config.py
|
|
16
|
+
server/requirements-annotate.txt
|
|
17
|
+
server/requirements-prepare.txt
|
|
18
|
+
server/requirements.txt
|
|
19
|
+
server/annotate/__init__.py
|
|
20
|
+
server/annotate/annotation_types.py
|
|
21
|
+
server/app/__init__.py
|
|
22
|
+
server/app/app.py
|
|
23
|
+
server/app/session.py
|
|
24
|
+
server/cli/__init__.py
|
|
25
|
+
server/cli/annotate.py
|
|
26
|
+
server/cli/cli.py
|
|
27
|
+
server/cli/launch.py
|
|
28
|
+
server/cli/prepare.py
|
|
29
|
+
server/cli/upgrade.py
|
|
30
|
+
server/common/__init__.py
|
|
31
|
+
server/common/colors.py
|
|
32
|
+
server/common/constants.py
|
|
33
|
+
server/common/corpora.py
|
|
34
|
+
server/common/errors.py
|
|
35
|
+
server/common/genesets.py
|
|
36
|
+
server/common/health.py
|
|
37
|
+
server/common/rest.py
|
|
38
|
+
server/common/annotations/__init__.py
|
|
39
|
+
server/common/annotations/annotations.py
|
|
40
|
+
server/common/annotations/local_file_csv.py
|
|
41
|
+
server/common/compute/__init__.py
|
|
42
|
+
server/common/compute/diffexp_generic.py
|
|
43
|
+
server/common/compute/estimate_distribution.py
|
|
44
|
+
server/common/config/__init__.py
|
|
45
|
+
server/common/config/app_config.py
|
|
46
|
+
server/common/config/base_config.py
|
|
47
|
+
server/common/config/client_config.py
|
|
48
|
+
server/common/config/dataset_config.py
|
|
49
|
+
server/common/config/external_config.py
|
|
50
|
+
server/common/config/server_config.py
|
|
51
|
+
server/common/fbs/__init__.py
|
|
52
|
+
server/common/fbs/matrix.py
|
|
53
|
+
server/common/fbs/NetEncoding/Column.py
|
|
54
|
+
server/common/fbs/NetEncoding/Float32Array.py
|
|
55
|
+
server/common/fbs/NetEncoding/Float64Array.py
|
|
56
|
+
server/common/fbs/NetEncoding/Int32Array.py
|
|
57
|
+
server/common/fbs/NetEncoding/JSONEncodedArray.py
|
|
58
|
+
server/common/fbs/NetEncoding/Matrix.py
|
|
59
|
+
server/common/fbs/NetEncoding/TypedArray.py
|
|
60
|
+
server/common/fbs/NetEncoding/Uint32Array.py
|
|
61
|
+
server/common/fbs/NetEncoding/__init__.py
|
|
62
|
+
server/common/utils/__init__.py
|
|
63
|
+
server/common/utils/corpora_constants.py
|
|
64
|
+
server/common/utils/data_locator.py
|
|
65
|
+
server/common/utils/type_conversion_utils.py
|
|
66
|
+
server/common/utils/utils.py
|
|
67
|
+
server/common/web/__init__.py
|
|
68
|
+
server/common/web/static/main-6835a9ad4754cf2ffc45.css
|
|
69
|
+
server/common/web/static/main-6835a9ad4754cf2ffc45.css.map
|
|
70
|
+
server/common/web/static/main-9a36e52e0714b93a3def.js
|
|
71
|
+
server/common/web/static/main-9a36e52e0714b93a3def.js.LICENSE.txt
|
|
72
|
+
server/common/web/static/main-9a36e52e0714b93a3def.js.map
|
|
73
|
+
server/common/web/static/assets/RobotoCondensed-Bold-89a396525c0de98da36505cb04eb9373.ttf
|
|
74
|
+
server/common/web/static/assets/RobotoCondensed-Italic-aca8cfe6a0fd2abecaa6e21a19f66eba.ttf
|
|
75
|
+
server/common/web/static/assets/RobotoCondensed-Regular-db6d916952fb988edac1e531d47ff83a.ttf
|
|
76
|
+
server/common/web/static/assets/icons-16-13933033991f62d6bb641c7a19c8c431.ttf
|
|
77
|
+
server/common/web/static/assets/icons-16-1645f50fb7f7c109f64eedae92080228.woff
|
|
78
|
+
server/common/web/static/assets/icons-16-2368f88a078780d80145531133100823.eot
|
|
79
|
+
server/common/web/static/assets/icons-20-1ef633d3a28d0986f63e78a70178d06d.woff
|
|
80
|
+
server/common/web/static/assets/icons-20-57b3e708b232fdcb64f9cb115cdda7bb.ttf
|
|
81
|
+
server/common/web/static/assets/icons-20-cde033c5d3f24283f7578120bb9dc288.eot
|
|
82
|
+
server/common/web/static/assets/logo-f85fdd6972a827124b5ed7f6499e68f6.png
|
|
83
|
+
server/common/web/templates/index.html
|
|
84
|
+
server/data_anndata/__init__.py
|
|
85
|
+
server/data_anndata/anndata_adaptor.py
|
|
86
|
+
server/data_common/__init__.py
|
|
87
|
+
server/data_common/data_adaptor.py
|
|
88
|
+
server/data_common/matrix_loader.py
|
|
89
|
+
server/data_treedata/__init__.py
|
|
90
|
+
server/data_treedata/treedata_adaptor.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
anndata>=0.8.0
|
|
2
|
+
treedata>=0.2.5
|
|
3
|
+
boto3>=1.12.18
|
|
4
|
+
click>=7.1.2
|
|
5
|
+
Flask>=3.0.0
|
|
6
|
+
Flask-Compress>=1.4.0
|
|
7
|
+
Flask-Cors>=3.0.9
|
|
8
|
+
Flask-RESTful>=0.3.6
|
|
9
|
+
flask-server-timing>=0.1.2
|
|
10
|
+
flask-talisman>=0.7.0
|
|
11
|
+
flatbuffers==2.0.7
|
|
12
|
+
flatten-dict>=0.2.0
|
|
13
|
+
fsspec>0.8.0
|
|
14
|
+
gunicorn>=20.0.4
|
|
15
|
+
h5py>=3.0.0
|
|
16
|
+
numba>=0.60.0
|
|
17
|
+
numpy==2.0.1
|
|
18
|
+
packaging>=20.0
|
|
19
|
+
pandas>=2.2.2
|
|
20
|
+
PyYAML>=5.4
|
|
21
|
+
requests>=2.22.0
|
|
22
|
+
s3fs==0.4.2
|
|
23
|
+
scipy>=1.4
|
|
24
|
+
setuptools
|
|
25
|
+
|
|
26
|
+
[annotate]
|
|
27
|
+
mlflow==2.16.0
|
|
28
|
+
scanpy
|
|
29
|
+
|
|
30
|
+
[prepare]
|
|
31
|
+
python-igraph>=0.8
|
|
32
|
+
louvain>=0.6
|
|
33
|
+
scanpy
|
|
34
|
+
umap-learn<0.5.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
server
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[tool.black]
|
|
6
|
+
line-length = 120
|
|
7
|
+
target_version = ['py37']
|
|
8
|
+
include = '\.pyi?$'
|
|
9
|
+
exclude = '''
|
|
10
|
+
|
|
11
|
+
(
|
|
12
|
+
/(
|
|
13
|
+
\.eggs # exclude a few common directories in the
|
|
14
|
+
| \.git # root of the project
|
|
15
|
+
| \.hg
|
|
16
|
+
| \.mypy_cache
|
|
17
|
+
| \.tox
|
|
18
|
+
| \.venv
|
|
19
|
+
| venv
|
|
20
|
+
| _build
|
|
21
|
+
| buck-out
|
|
22
|
+
| build
|
|
23
|
+
| dist
|
|
24
|
+
| server/common/fbs/NetEncoding
|
|
25
|
+
)/
|
|
26
|
+
|
|
27
|
+
)
|
|
28
|
+
'''
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import logging
|
|
2
|
+
import sys
|
|
3
|
+
from server.common.utils.utils import import_plugins
|
|
4
|
+
|
|
5
|
+
__version__ = "0.1.0"
|
|
6
|
+
display_version = "cellxlineage v" + __version__
|
|
7
|
+
|
|
8
|
+
try:
|
|
9
|
+
import_plugins("server.plugins")
|
|
10
|
+
except Exception as e:
|
|
11
|
+
# Make sure to exit in this case, as the server may not be configured as expected.
|
|
12
|
+
logging.critical(f"Error in import_plugins: {str(e)}")
|
|
13
|
+
sys.exit(1)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Work around bug https://github.com/pallets/werkzeug/issues/461
|
|
2
|
+
if __package__ is None:
|
|
3
|
+
import sys
|
|
4
|
+
from pathlib import Path
|
|
5
|
+
|
|
6
|
+
PKG_PATH = Path(__file__).parent
|
|
7
|
+
sys.path.insert(0, str(PKG_PATH.parent))
|
|
8
|
+
import server # noqa F401
|
|
9
|
+
|
|
10
|
+
__package__ = PKG_PATH.name
|
|
11
|
+
|
|
12
|
+
# Main thing
|
|
13
|
+
from .cli.cli import cli # noqa F402
|
|
14
|
+
|
|
15
|
+
cli()
|
|
File without changes
|
|
File without changes
|