From 4703bdb9f4a1dce27a6cabca0efa420b2dacc0bb Mon Sep 17 00:00:00 2001 From: Marco Varrone Date: Tue, 20 Aug 2024 13:43:21 +0200 Subject: [PATCH 1/3] add CellCharter --- packages/CellCharter/meta.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/CellCharter/meta.yaml diff --git a/packages/CellCharter/meta.yaml b/packages/CellCharter/meta.yaml new file mode 100644 index 0000000..36da2a0 --- /dev/null +++ b/packages/CellCharter/meta.yaml @@ -0,0 +1,21 @@ +name: CellCharter +description: | + CellCharter is a framework to identify, characterize and compare spatial domains from spatial omics and multi-omics data. +project_home: https://github.com/CSOgroup/cellcharter +documentation_home: https://cellcharter.readthedocs.io/ +tutorials_home: https://cellcharter.readthedocs.io/ +publications: + - 10.1038/s41588-023-01588-4 +install: + pypi: cellcharter +tags: + - spatial omics + - spatial clustering + - spatial domains + - gaussian mixture model +license: BSD-3-Clause +version: v0.3.1 +authors + - marcovarrone +test_command: | + pip install ".[test]" && pytest From 09110fbde197121e6e88387e9ceb3fd833ddccdb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:52:39 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- packages/CellCharter/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/CellCharter/meta.yaml b/packages/CellCharter/meta.yaml index 36da2a0..a36bce5 100644 --- a/packages/CellCharter/meta.yaml +++ b/packages/CellCharter/meta.yaml @@ -1,6 +1,6 @@ name: CellCharter description: | - CellCharter is a framework to identify, characterize and compare spatial domains from spatial omics and multi-omics data. + CellCharter is a framework to identify, characterize and compare spatial domains from spatial omics and multi-omics data. project_home: https://github.com/CSOgroup/cellcharter documentation_home: https://cellcharter.readthedocs.io/ tutorials_home: https://cellcharter.readthedocs.io/ From 6b29659626bb277cd988d6f0fefb08428b9efe6c Mon Sep 17 00:00:00 2001 From: Marco Varrone Date: Wed, 21 Aug 2024 16:39:17 +0200 Subject: [PATCH 3/3] Fix typo --- packages/CellCharter/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/CellCharter/meta.yaml b/packages/CellCharter/meta.yaml index 36da2a0..fe769b5 100644 --- a/packages/CellCharter/meta.yaml +++ b/packages/CellCharter/meta.yaml @@ -15,7 +15,7 @@ tags: - gaussian mixture model license: BSD-3-Clause version: v0.3.1 -authors +authors: - marcovarrone test_command: | pip install ".[test]" && pytest