cellarr 0.4.1.dev2__tar.gz → 0.5.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.
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/CHANGELOG.md +5 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/PKG-INFO +8 -3
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/README.md +7 -2
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/PKG-INFO +8 -3
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.coveragerc +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.github/workflows/pypi-publish.yml +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.github/workflows/pypi-test.yml +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.gitignore +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.pre-commit-config.yaml +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.readthedocs.yml +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/AUTHORS.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/CONTRIBUTING.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/LICENSE.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.jpg +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.png +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.svg +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/Makefile +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/_static/.gitignore +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/authors.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/changelog.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/conf.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/contributing.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/index.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/license.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/notes.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/readme.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/requirements.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/tutorial.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/pyproject.toml +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/setup.cfg +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/setup.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/CellArrDataset.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/CellArrDatasetSlice.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/__init__.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/autoencoder.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/build_cellarrdataset.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/build_options.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/buildutils_tiledb_array.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/buildutils_tiledb_frame.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/dataloader.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/queryutils_tiledb_frame.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/README.md +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/__init__.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/build_cellarr_steps.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/final_assembly.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/finalize_matrix.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_cell_metadata.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_gene_annotation.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_matrix.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_matrix_all.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_sample_metadata.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/utils_anndata.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/SOURCES.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/dependency_links.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/entry_points.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/not-zip-safe +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/requires.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/top_level.txt +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/conftest.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/data/adata.h5ad +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_anndata_utils.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_build.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_custom_config.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_dataloader.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_query.py +0 -0
- {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellarr
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: TileDB-based array storage for genomics data collections.
|
|
5
5
|
Home-page: https://github.com/BiocPy/cellarr
|
|
6
6
|
Author: Jayaram Kancherla
|
|
@@ -166,7 +166,8 @@ A minimal manifest file (json) must contain the following fields
|
|
|
166
166
|
- `"python_env"`: A set of commands to activate the Python environment containing this package and its dependencies.
|
|
167
167
|
|
|
168
168
|
Here’s an example of the manifest file:
|
|
169
|
-
|
|
169
|
+
|
|
170
|
+
```py
|
|
170
171
|
manifest = {
|
|
171
172
|
"files": your/list/of/files,
|
|
172
173
|
"python_env": """
|
|
@@ -187,14 +188,18 @@ which python
|
|
|
187
188
|
}
|
|
188
189
|
],
|
|
189
190
|
}
|
|
191
|
+
|
|
192
|
+
import json
|
|
193
|
+
json.dump(manifest, open("your/path/to/manifest.json", "w"))
|
|
190
194
|
```
|
|
195
|
+
|
|
191
196
|
For more options, check out the [README](./src/cellarr/slurm/README.md).
|
|
192
197
|
|
|
193
198
|
- Step 2: Submit the job
|
|
194
199
|
Once your manifest file is ready, you can submit the necessary jobs using the `cellarr_build` CLI. Run the following command:
|
|
195
200
|
|
|
196
201
|
```sh
|
|
197
|
-
cellarr_build --input-manifest your/path/to/
|
|
202
|
+
cellarr_build --input-manifest your/path/to/manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
|
|
198
203
|
```
|
|
199
204
|
|
|
200
205
|
### Query a `CellArrDataset`
|
|
@@ -133,7 +133,8 @@ A minimal manifest file (json) must contain the following fields
|
|
|
133
133
|
- `"python_env"`: A set of commands to activate the Python environment containing this package and its dependencies.
|
|
134
134
|
|
|
135
135
|
Here’s an example of the manifest file:
|
|
136
|
-
|
|
136
|
+
|
|
137
|
+
```py
|
|
137
138
|
manifest = {
|
|
138
139
|
"files": your/list/of/files,
|
|
139
140
|
"python_env": """
|
|
@@ -154,14 +155,18 @@ which python
|
|
|
154
155
|
}
|
|
155
156
|
],
|
|
156
157
|
}
|
|
158
|
+
|
|
159
|
+
import json
|
|
160
|
+
json.dump(manifest, open("your/path/to/manifest.json", "w"))
|
|
157
161
|
```
|
|
162
|
+
|
|
158
163
|
For more options, check out the [README](./src/cellarr/slurm/README.md).
|
|
159
164
|
|
|
160
165
|
- Step 2: Submit the job
|
|
161
166
|
Once your manifest file is ready, you can submit the necessary jobs using the `cellarr_build` CLI. Run the following command:
|
|
162
167
|
|
|
163
168
|
```sh
|
|
164
|
-
cellarr_build --input-manifest your/path/to/
|
|
169
|
+
cellarr_build --input-manifest your/path/to/manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
|
|
165
170
|
```
|
|
166
171
|
|
|
167
172
|
### Query a `CellArrDataset`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellarr
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: TileDB-based array storage for genomics data collections.
|
|
5
5
|
Home-page: https://github.com/BiocPy/cellarr
|
|
6
6
|
Author: Jayaram Kancherla
|
|
@@ -166,7 +166,8 @@ A minimal manifest file (json) must contain the following fields
|
|
|
166
166
|
- `"python_env"`: A set of commands to activate the Python environment containing this package and its dependencies.
|
|
167
167
|
|
|
168
168
|
Here’s an example of the manifest file:
|
|
169
|
-
|
|
169
|
+
|
|
170
|
+
```py
|
|
170
171
|
manifest = {
|
|
171
172
|
"files": your/list/of/files,
|
|
172
173
|
"python_env": """
|
|
@@ -187,14 +188,18 @@ which python
|
|
|
187
188
|
}
|
|
188
189
|
],
|
|
189
190
|
}
|
|
191
|
+
|
|
192
|
+
import json
|
|
193
|
+
json.dump(manifest, open("your/path/to/manifest.json", "w"))
|
|
190
194
|
```
|
|
195
|
+
|
|
191
196
|
For more options, check out the [README](./src/cellarr/slurm/README.md).
|
|
192
197
|
|
|
193
198
|
- Step 2: Submit the job
|
|
194
199
|
Once your manifest file is ready, you can submit the necessary jobs using the `cellarr_build` CLI. Run the following command:
|
|
195
200
|
|
|
196
201
|
```sh
|
|
197
|
-
cellarr_build --input-manifest your/path/to/
|
|
202
|
+
cellarr_build --input-manifest your/path/to/manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
|
|
198
203
|
```
|
|
199
204
|
|
|
200
205
|
### Query a `CellArrDataset`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|