Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/treetag/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: TreeTag
description: |
Fast hierarchical cell-type tagging for single-cell data using YAML ontologies and marker dictionaries.
Works with AnnData/Scanpy. Includes marker pruning, KNN-based smoothing, and optional doublet detection.
project_home: https://github.com/valleyofdawn/TreeTag
documentation_home: https://github.com/valleyofdawn/TreeTag#readme
tutorials_home: https://github.com/valleyofdawn/TreeTag#readme
install:
pypi: treetag
tags:
- annotation
- cell-type
- scanpy
- markers
license: MIT
version: v0.1.1
authors:
- valleyofdawn
test_command: |
pip install . && pytest -q