We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5304e85 commit 707f8a3Copy full SHA for 707f8a3
1 file changed
packages/TreeData/meta.yaml
@@ -0,0 +1,16 @@
1
+name: TreeData
2
+description: |
3
+ TreeData is a lightweight wrapper around AnnData which adds two additional attributes, obst and vart,
4
+ to store nx.DiGraph trees for observations and variables.
5
+project_home: https://github.com/YosefLab/treedata
6
+documentation_home: https://treedata.readthedocs.io/en/latest/
7
+tutorials_home: https://treedata.readthedocs.io/en/latest/
8
+install:
9
+ pypi: treedata
10
+tags:
11
+ - lineage-tracing
12
+license: BSD-3-Clause
13
+version: v0.2.2
14
+authors:
15
+ - colganwi
16
+test_command: pip install ".[test]" && pytest
0 commit comments