Skip to content

morphic-bio/morphic-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morphic Recipes

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.

Status

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.

Layout

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

Using Recipes

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_index

For 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.

Canonical Boundary

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors