Operational recipes for running STAR-suite on Morphic/JAX/MSK/UCSF datasets.
This repo is the transition target for dataset-specific launchers, downstream h5ad/QC/CellBender/celltyping helpers, workflow schemas, manifests, and handoff packet builders. STAR-suite remains the canonical home for core STAR/Flex/Solo source, compiled tools, core tests, release packaging, and generic MCP server code.
Phase: Phase 1 cutover.
The first import was copied from STAR-suite commit:
43a5853af0c627925f827ab576814b770d1874c1
During the transition, files may exist in both repos. Treat this repo as the canonical home for production recipe work. STAR-suite compatibility launchers should delegate here while the duplicated scripts age out.
docs/ Dataset runbooks and recipe-specific handoffs
scripts/ Production launchers and downstream helpers
mcp_server/workflows/ Mirrored workflow YAMLs during transition
config/ Local environment templates
Production launchers that need STAR core tools default to the local core
checkout at /mnt/pikachu/STAR-suite. Override that checkout with
STAR_SUITE_ROOT when running from another host or clone:
export STAR_SUITE_ROOT=/mnt/pikachu/STAR-suite
--star-bin /mnt/pikachu/STAR-suite/core/legacy/source/STAR
--genome-dir /storage/autoindex_110_44/bulk_indexFor CellBender production or handoff workflows, GPU mode is mandatory. The
rendered command must include the recipe-level GPU flag, Docker GPU access, and
CellBender --cuda.
- Core behavior, source changes, and core regression tests: STAR-suite.
- Dataset launch, remote staging, downstream analysis, and handoff packaging: this repo.
- Executed run records, exact commands, checksums, and environment pins:
morphic-provenance.
See MIGRATION_INVENTORY.md for the initial file ownership classification.