Modernize template: pixi environment + copilot instructions#7
Merged
Marius1311 merged 12 commits intomainfrom Jan 27, 2026
Merged
Modernize template: pixi environment + copilot instructions#7Marius1311 merged 12 commits intomainfrom
Marius1311 merged 12 commits intomainfrom
Conversation
…d config - Add pixi.toml with GPU-ready single-cell stack (torch, jax, cellrank, scvi-tools) - Add .github/copilot-instructions.md with project context placeholders - Simplify pyproject.toml to metadata + tool configs only (deps in pixi.toml) - Update workflows to use pixi instead of hatch - Rename package: fancypackage -> myanalysis - Update README with comprehensive setup instructions - Add pixi artifacts to .gitignore
…copilot instructions
- Add analysis/ML-2026-01-27_demo_scRNA_workflow.ipynb demonstrating: - Local vs GPU/Euler workflow for scRNA-seq analysis - Using custom plotting functions from local package - Git sync workflow between local and cluster - scVI model training, rapids-singlecell usage - Add src/myanalysis/plotting.py with: - qc_violin(): QC metrics visualization - styled_umap(): Clean UMAP plots with consistent styling - embedding_density(): Cell density visualization - Update __init__.py to export plotting functions - Update pixi.toml: - Add shapely from conda (for spatial dependencies) - Comment out decoupler (optional, pygeos conflict with rapids-singlecell)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Modernizes the analysis template to use pixi for environment management and adds GitHub Copilot instructions.
Changes
Testing
pixi install✓ resolves all dependenciespixi run test✓ passesWorkflows will run on this PR to verify CI works.