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.
Files changed (66) hide show
  1. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/CHANGELOG.md +5 -0
  2. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/PKG-INFO +8 -3
  3. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/README.md +7 -2
  4. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/PKG-INFO +8 -3
  5. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.coveragerc +0 -0
  6. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.github/workflows/pypi-publish.yml +0 -0
  7. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.github/workflows/pypi-test.yml +0 -0
  8. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.gitignore +0 -0
  9. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.pre-commit-config.yaml +0 -0
  10. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/.readthedocs.yml +0 -0
  11. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/AUTHORS.md +0 -0
  12. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/CONTRIBUTING.md +0 -0
  13. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/LICENSE.txt +0 -0
  14. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.jpg +0 -0
  15. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.png +0 -0
  16. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/assets/cellarr.svg +0 -0
  17. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/Makefile +0 -0
  18. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/_static/.gitignore +0 -0
  19. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/authors.md +0 -0
  20. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/changelog.md +0 -0
  21. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/conf.py +0 -0
  22. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/contributing.md +0 -0
  23. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/index.md +0 -0
  24. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/license.md +0 -0
  25. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/notes.md +0 -0
  26. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/readme.md +0 -0
  27. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/requirements.txt +0 -0
  28. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/docs/tutorial.md +0 -0
  29. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/pyproject.toml +0 -0
  30. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/setup.cfg +0 -0
  31. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/setup.py +0 -0
  32. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/CellArrDataset.py +0 -0
  33. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/CellArrDatasetSlice.py +0 -0
  34. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/__init__.py +0 -0
  35. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/autoencoder.py +0 -0
  36. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/build_cellarrdataset.py +0 -0
  37. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/build_options.py +0 -0
  38. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/buildutils_tiledb_array.py +0 -0
  39. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/buildutils_tiledb_frame.py +0 -0
  40. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/dataloader.py +0 -0
  41. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/queryutils_tiledb_frame.py +0 -0
  42. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/README.md +0 -0
  43. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/__init__.py +0 -0
  44. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/build_cellarr_steps.py +0 -0
  45. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/final_assembly.py +0 -0
  46. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/finalize_matrix.py +0 -0
  47. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_cell_metadata.py +0 -0
  48. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_gene_annotation.py +0 -0
  49. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_matrix.py +0 -0
  50. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_matrix_all.py +0 -0
  51. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/slurm/process_sample_metadata.py +0 -0
  52. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr/utils_anndata.py +0 -0
  53. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/SOURCES.txt +0 -0
  54. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/dependency_links.txt +0 -0
  55. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/entry_points.txt +0 -0
  56. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/not-zip-safe +0 -0
  57. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/requires.txt +0 -0
  58. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/src/cellarr.egg-info/top_level.txt +0 -0
  59. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/conftest.py +0 -0
  60. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/data/adata.h5ad +0 -0
  61. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_anndata_utils.py +0 -0
  62. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_build.py +0 -0
  63. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_custom_config.py +0 -0
  64. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_dataloader.py +0 -0
  65. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tests/test_query.py +0 -0
  66. {cellarr-0.4.1.dev2 → cellarr-0.5.0}/tox.ini +0 -0
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.5.0
4
+
5
+ - Construct cellarr TileDB files on HPC environments based on slurm
6
+ (reference: [#61](https://github.com/BiocPy/cellarr/pull/61))
7
+
3
8
  ## Version 0.4.0
4
9
 
5
10
  - chore: Remove Python 3.8 (EOL).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cellarr
3
- Version: 0.4.1.dev2
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
- ```json
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/test_manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
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
- ```json
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/test_manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
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.4.1.dev2
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
- ```json
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/test_manifest.json --output-dir your/path/to/output --memory-per-job 8 --cpus-per-task 2
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