Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions packages/GRnnData/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GRnnData
description: |
An onverload of anndata to more easily work with gene networks.
Allows easy conversion between anndata and grnndata and provide loads of usefull utilities functions.
An overload of anndata to more easily work with gene networks.
Allows easy conversion between anndata and grnndata and provide loads of useful utilities functions.
project_home: https://github.com/cantinilab/GRnnData
documentation_home: https://cantinilab.github.io/GRnnData/
publications:
Expand All @@ -17,6 +17,6 @@ tags:
license: MIT
version: v1.1.4
contact:
- jkobject
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
2 changes: 1 addition & 1 deletion packages/benGRN/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ tags:
license: MIT
version: v1.2.1
contact:
- jkobject
- jkobject (jeremie kalfon)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails because usernames are now validated against the github api:

[03/21/26 19:13:03] ERROR    ERROR:ecosystem_scripts._logging:Validation error: GRnnData: Failed to validate GitHub users      validate_registry.py:48
                             ['jkobject (jeremie kalfon)']:                                                                                           
                             - Could not resolve to a User with the login of 'jkobject (jeremie kalfon)'. 

Please use plain github user IDs

test_command: pip install . && make test
category: ecosystem
2 changes: 1 addition & 1 deletion packages/scDataLoader/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ tags:
license: MIT
version: v1.2.2
contact:
- jkobject
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
30 changes: 30 additions & 0 deletions packages/scPRINT-2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: scPRINT-2
description: |
A next generation single cell foundation model
project_home: https://github.com/cantinilab/scPRINT-2
documentation_home: https://cantinilab.github.io/scPRINT-2/
publications:
- 10.64898/2025.12.11.693702v2
install:
pypi: scprint2
tags:
- foundation model
- single cell
- RNAseq
- gene network inference
- denoising
- zero imputation
- label prediction
- zero shot
- embedding
- pytorch
- lightning
- species integration
- expression imputation
- counterfactual predictions
license: GPL-3.0-or-later
version: v1.0.0
contact:
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
2 changes: 1 addition & 1 deletion packages/scPRINT/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tags:
license: MIT
version: v1.6.2
contact:
- jkobject
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
Loading