From 274136dc12f5e10accc21b8201b3a92a0d4f2cbf Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 26 Mar 2026 15:22:19 +0100 Subject: [PATCH 1/3] 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/3] 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/3] 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