Skip to content

Commit 707f8a3

Browse files
committed
added TreeData
1 parent 5304e85 commit 707f8a3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/TreeData/meta.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)