From 274136dc12f5e10accc21b8201b3a92a0d4f2cbf Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 26 Mar 2026 15:22:19 +0100 Subject: [PATCH 1/4] added singlerust to ecosystem packages --- packages/singlerust/meta.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/singlerust/meta.yml diff --git a/packages/singlerust/meta.yml b/packages/singlerust/meta.yml new file mode 100644 index 00000000..93ee8413 --- /dev/null +++ b/packages/singlerust/meta.yml @@ -0,0 +1,20 @@ +name: SingleRust +description: Production-grade, high-performance toolkit for single-cell RNA sequencing data analysis leveraging Rust's fearless concurrency for scalable pipelines +project_home: https://github.com/SingleRust/SingleRust +documentation_home: https://docs.rs/single_rust +tutorials_home: https://singlerust.com/getting-started +install: + crates_io: single_rust +publications: + - 10.1101/2025.08.04.668429 +tags: + - scRNA-seq + - rust + - single-cell + - analysis +license: BSD-3-Clause +version: v0.5.8 +contact: + - ianfd +test_command: cargo test +category: ecosystem From b84b07a602b0336d6777f95a09e2004d3b95bf6f Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 30 Mar 2026 12:38:15 +0200 Subject: [PATCH 2/4] changed yml to yaml...sorry --- packages/singlerust/meta.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 packages/singlerust/meta.yml diff --git a/packages/singlerust/meta.yml b/packages/singlerust/meta.yml deleted file mode 100644 index 93ee8413..00000000 --- a/packages/singlerust/meta.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: SingleRust -description: Production-grade, high-performance toolkit for single-cell RNA sequencing data analysis leveraging Rust's fearless concurrency for scalable pipelines -project_home: https://github.com/SingleRust/SingleRust -documentation_home: https://docs.rs/single_rust -tutorials_home: https://singlerust.com/getting-started -install: - crates_io: single_rust -publications: - - 10.1101/2025.08.04.668429 -tags: - - scRNA-seq - - rust - - single-cell - - analysis -license: BSD-3-Clause -version: v0.5.8 -contact: - - ianfd -test_command: cargo test -category: ecosystem From c5790fa705b816843d2109ef5b0f2ffac4a312e7 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 30 Mar 2026 12:38:20 +0200 Subject: [PATCH 3/4] Create meta.yaml --- packages/singlerust/meta.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/singlerust/meta.yaml diff --git a/packages/singlerust/meta.yaml b/packages/singlerust/meta.yaml new file mode 100644 index 00000000..93ee8413 --- /dev/null +++ b/packages/singlerust/meta.yaml @@ -0,0 +1,20 @@ +name: SingleRust +description: Production-grade, high-performance toolkit for single-cell RNA sequencing data analysis leveraging Rust's fearless concurrency for scalable pipelines +project_home: https://github.com/SingleRust/SingleRust +documentation_home: https://docs.rs/single_rust +tutorials_home: https://singlerust.com/getting-started +install: + crates_io: single_rust +publications: + - 10.1101/2025.08.04.668429 +tags: + - scRNA-seq + - rust + - single-cell + - analysis +license: BSD-3-Clause +version: v0.5.8 +contact: + - ianfd +test_command: cargo test +category: ecosystem From 93e3ae60a06305f4a424bff3ab998e3fad5de839 Mon Sep 17 00:00:00 2001 From: muskanhashim <70063032+muskanhashim@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:12:48 +0200 Subject: [PATCH 4/4] Migrate meta.yaml to new registry schema (vocab tags, primary_category, language) Update packages/singlerust/meta.yaml to conform to the schema changes in #392: - map tags to (new) controlled vocabulary (scRNA-seq, preprocessing, differential expression) - add required fields: primary_category: scRNA-seq, language: Rust --- packages/singlerust/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/singlerust/meta.yaml b/packages/singlerust/meta.yaml index 93ee8413..506691fe 100644 --- a/packages/singlerust/meta.yaml +++ b/packages/singlerust/meta.yaml @@ -9,9 +9,10 @@ publications: - 10.1101/2025.08.04.668429 tags: - scRNA-seq - - rust - - single-cell - - analysis + - preprocessing + - differential expression +primary_category: scRNA-seq +language: Rust license: BSD-3-Clause version: v0.5.8 contact: