Skip to content

Commit 91936ce

Browse files
mffrankpre-commit-ci[bot]grst
authored
add grassp to ecosystem packages (#335)
* add grassp to ecosystem packages * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix json --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
1 parent 6181a95 commit 91936ce

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

packages/grassp/meta.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: grassp
2+
description: |
3+
grassp (GRaph-based Analysis of Subcellular/Spatial Proteomics) is a Python module
4+
for fast, flexible, and scalable analysis of mass-spectrometry-based subcellular proteomics datasets.
5+
It uses the anndata format to store mass-spec data and results.
6+
scanpy is used for dimensionality reduction and visualization functions.
7+
project_home: https://github.com/czbiohub-sf/grassp
8+
documentation_home: https://public.czbiohub.org/comp.bio/grassp/
9+
tutorials_home: https://public.czbiohub.org/comp.bio/grassp/tutorials/
10+
install:
11+
pypi: grassp
12+
tags:
13+
- subcellular proteomics
14+
- mass-spectrometry
15+
- graph-based analysis
16+
license: BSD-3-Clause
17+
version: v0.1.0
18+
contact:
19+
- mffrank
20+
- duopeng
21+
- kyleawayan
22+
test_command: pip install ".[dev]" && pytest
23+
category: ecosystem

0 commit comments

Comments
 (0)