Skip to content

Commit 691c45d

Browse files
colganwigrstflying-sheep
authored
Add pycea (#283)
* added pycea * yml -> yaml * Add contact information to meta.yaml * add category --------- Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 0e1be78 commit 691c45d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/pycea/meta.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: pycea
2+
description: |
3+
Pycea is a Python toolkit for single-cell lineage tracing analysis and visualization.
4+
project_home: https://github.com/YosefLab/pycea
5+
documentation_home: https://pycea.readthedocs.io/en/latest/
6+
tutorials_home: https://pycea.readthedocs.io/en/latest/
7+
install:
8+
pypi: pycea-lineage
9+
tags:
10+
- lineage-tracing
11+
- TreeData
12+
license: BSD-3-Clause
13+
version: v0.1.0
14+
contact:
15+
- colganwi
16+
test_command: pip install ".[test]" && pytest
17+
category: ecosystem

0 commit comments

Comments
 (0)