-
Notifications
You must be signed in to change notification settings - Fork 65
add scprint-2 #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add scprint-2 #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds metadata for five new packages to the scverse ecosystem: scPRINT-2 (a next-generation single cell foundation model), scPRINT (the original single cell foundation model), scDataLoader (a dataloader for large single cell databases), benGRN (a benchmarking tool for gene network inference), and GRnnData (an AnnData extension for gene networks). All packages are authored by jkobject (Jeremie Kalfon) and follow the required meta.yaml schema format.
- Added scPRINT-2 package metadata with GPL-3.0-or-later license
- Added four supporting packages (scPRINT, scDataLoader, benGRN, GRnnData) all with MIT license
- All packages include standard fields: project home, documentation, publications, installation instructions, tags, version, and test commands
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/scPRINT-2/meta.yaml | Adds metadata for the next-generation scPRINT foundation model with additional features like species integration and counterfactual predictions |
| packages/scPRINT/meta.yaml | Adds metadata for the original scPRINT foundation model focused on gene network inference |
| packages/scDataLoader/meta.yaml | Adds metadata for a dataloader supporting weighted random sampling from large single cell databases |
| packages/benGRN/meta.yaml | Adds metadata for a gene network inference benchmarking tool using biological ground truth networks |
| packages/GRnnData/meta.yaml | Adds metadata for an AnnData extension providing utilities for working with gene networks |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated authors section to include contact information.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.